Hello,
i just upgraded my raspberry pi’s home assistant to version 0.30.2 using the upgrading instructions found at https://home-assistant.io/getting-started/installation-raspberry-pi-all-in-one/#upgrading. Installation worked fine and no errors were reported. However, once I rebooted, the web interfaces failed to load. I now get the following errors in the home-assistant.log file:
16-10-14 15:22:17 homeassistant.bootstrap: Not initializing http because could not install dependency static3==0.7.0
16-10-14 15:22:17 homeassistant.bootstrap: Not initializing api because not all dependencies loaded: http
16-10-14 15:22:17 homeassistant.bootstrap: Not initializing frontend because not all dependencies loaded: api
16-10-14 15:22:17 homeassistant.bootstrap: Not initializing panel_iframe because not all dependencies loaded: frontend
16-10-14 15:22:17 homeassistant.bootstrap: Not initializing logbook because not all dependencies loaded: frontend
16-10-14 15:22:17 homeassistant.bootstrap: Not initializing history because not all dependencies loaded: http
I ran:
sudo pip3 list
and saw that static3 is listed.
Does anyone have any ideas how to fix this issue? Thanks in advanced!