Sorry, utter newbie that does not speak german:
System: Raspberry Pi 4b, clean install of latest raspbian (Bullseye).
Post install I used raspi-config to change password, update raspi-config, change locale (norwegian), changed graphic memory (to 256), maxed disk size.
Then I followed the install instruction in SmartHomeNG's userguide, until it ends with an error:
Any clues on how to get it up and running?
System: Raspberry Pi 4b, clean install of latest raspbian (Bullseye).
Post install I used raspi-config to change password, update raspi-config, change locale (norwegian), changed graphic memory (to 256), maxed disk size.
Then I followed the install instruction in SmartHomeNG's userguide, until it ends with an error:
Code:
python3 bin/smarthome.py test_requirements: 'ephem' not installed. Minimum v3.7 needed test_requirements: 'holidays' not installed. Minimum v0.9.11 needed test_requirements: 'iowait' not installed, any version needed test_requirements: 'portalocker' not installed, any version needed test_requirements: 'python-dateutil' not installed. Minimum v2.5.3 needed test_requirements: 'ruamel.yaml' not installed. Minimum v0.15.78 needed test_requirements: 'xmltodict' 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' Traceback (most recent call last): File "/usr/local/smarthome/bin/smarthome.py", line 116, in <module> core_reqs = shpypi.test_core_requirements(logging=False, pip3_command=args.pip3_command) File "/usr/local/smarthome/lib/shpypi.py", line 245, in test_core_requirements if self.install_requirements('core', logging, pip3_command): File "/usr/local/smarthome/lib/shpypi.py", line 390, in install_requirements with open(pip_log_name, 'w', encoding='utf8') as outfile: FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/smarthome/var/log/pip3_outout.log'
Kommentar