Ich habe am 3.11 die altuellen DEV-Versionen (smarthome und Plugins) und das IMG auf einen Raspi4 gezogen.
Alles nach Anleitung installiert! Eigene Items usw. aus laufender Version 1.7.1 übernommen
Leider scheitere ich am PIP3 in der Ladephase
Versionstest als root:
root@SmartHomeNG:/home/smarthome# pip3 --version
pip 20.2.4 from /usr/local/lib/python3.7/dist-packages/pip (python 3.7)
root@SmartHomeNG:/home/smarthome#
Versionstest als smarthome
[smarthome@SmartHomeNG ~]$ pip3 --version
pip 20.2.4 from /home/smarthome/.local/lib/python3.7/site-packages/pip (python 3.7)
[smarthome@SmartHomeNG ~]$
pip3 install -r requirements/base.txt --user
Läuft problemlos, die Daten stehen im Pfad
[smarthome@SmartHomeNG ~]$ /usr/local/smarthome/bin/smarthome.py --start
test_requirements: 'iowait' not installed, any version needed
test_requirements: 'portalocker' not installed, any version needed
Installing core requirements for the current user, please wait...
python_bin_path=/usr/bin
> using PIP command: '/usr/bin/pip3'
ERROR:
/bin/sh: 1: /usr/bin/pip3: not found
ERROR: Unable to install core requirements
Use the commandline option --pip3_command to specify the path to the command
Hier setzt es bei mir aus. Wie ist die vorstehende Zeile zu interprtieren?
Wo kann ich den Pfad anpassen?
Danke für jeden Tipp!
LG
Wolfgang
Alles nach Anleitung installiert! Eigene Items usw. aus laufender Version 1.7.1 übernommen
Leider scheitere ich am PIP3 in der Ladephase
Versionstest als root:
root@SmartHomeNG:/home/smarthome# pip3 --version
pip 20.2.4 from /usr/local/lib/python3.7/dist-packages/pip (python 3.7)
root@SmartHomeNG:/home/smarthome#
Versionstest als smarthome
[smarthome@SmartHomeNG ~]$ pip3 --version
pip 20.2.4 from /home/smarthome/.local/lib/python3.7/site-packages/pip (python 3.7)
[smarthome@SmartHomeNG ~]$
pip3 install -r requirements/base.txt --user
Läuft problemlos, die Daten stehen im Pfad
[smarthome@SmartHomeNG ~]$ /usr/local/smarthome/bin/smarthome.py --start
test_requirements: 'iowait' not installed, any version needed
test_requirements: 'portalocker' not installed, any version needed
Installing core requirements for the current user, please wait...
python_bin_path=/usr/bin
> using PIP command: '/usr/bin/pip3'
ERROR:
/bin/sh: 1: /usr/bin/pip3: not found
ERROR: Unable to install core requirements
Use the commandline option --pip3_command to specify the path to the command
Hier setzt es bei mir aus. Wie ist die vorstehende Zeile zu interprtieren?
Wo kann ich den Pfad anpassen?
Danke für jeden Tipp!
LG
Wolfgang
Kommentar