Problem after upgrading to 0.30.2 - static3 dependency

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!

Try to install static3 manually inside your venv with something like $ pip3 install --upgrade static3==0.7.0.

Thank you. I tried that but it kept giving me a permissions error. I ended having to reimage the Pi and running the all-in-one installer again. Thanks for your response anyways :slight_smile:

Hi @fabaff, I got a similar issue with “cherrypy==8.1.2” after updating to 0.31.0 … The web interface is not loading.

I tried to manually install the dependency but I get the following error:

Sorry, can’t help with Windows installation. According to your error message it would be that you didn’t install the right version of pypiwin32.

Thank you for replying to my message, by any chance, do you know anyone who can help me ? Cheers,