Hi,
i followed this guide to upgrade to Stretch
Official Home Assistant guide
the whole process was straightforward and completed with no issues on Hassbian.
After rebooting this is what i get unfortunately:
sudo systemctl status [email protected]
● [email protected] - Home Assistant for homeassistant
Loaded: loaded (/etc/systemd/system/[email protected]; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sat 2017-10-07 18:47:13 CEST; 1s ago
Process: 6150 ExecStart=/srv/homeassistant/bin/hass (code=exited, status=1/FAILURE)
Main PID: 6150 (code=exited, status=1/FAILURE)Oct 07 18:47:13 Villa_Rospi systemd[1]: Started Home Assistant for homeassistant.
Oct 07 18:47:13 Villa_Rospi hass[6150]: Traceback (most recent call last):
Oct 07 18:47:13 Villa_Rospi hass[6150]: File “/srv/homeassistant/bin/hass”, line 7, in
Oct 07 18:47:13 Villa_Rospi hass[6150]: from homeassistant.main import main
Oct 07 18:47:13 Villa_Rospi hass[6150]: ImportError: No module named ‘homeassistant’
Oct 07 18:47:13 Villa_Rospi systemd[1]: [email protected]: Main process exited, code=exited, status=1/FAILURE
Oct 07 18:47:13 Villa_Rospi systemd[1]: [email protected]: Unit entered failed state.
Oct 07 18:47:13 Villa_Rospi systemd[1]: [email protected]: Failed with result ‘exit-code’.
Can anyone help understanding the problem?