Frontend not starting after update from 0.114.4 to 0.115.1

Hallo, I got the following errors in home-assistant.log after updating form 0.114.4 to 0.115.1 by pip3 install:

 2021-05-23 10:51:25 ERROR (MainThread) [homeassistant.setup] Setup failed for image: Unable to import component: libopenjp2.so.7: cannot open shared object file: No such file or directory
2021-05-23 10:51:25 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of person. Setup failed for dependencies: image
2021-05-23 10:51:25 ERROR (MainThread) [homeassistant.setup] Setup failed for person: Could not set up all dependencies.
2021-05-23 10:51:25 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of onboarding. Setup failed for dependencies: person
2021-05-23 10:51:25 ERROR (MainThread) [homeassistant.setup] Setup failed for onboarding: Could not set up all dependencies.
2021-05-23 10:51:25 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of frontend. Setup failed for dependencies: onboarding
2021-05-23 10:51:25 ERROR (MainThread) [homeassistant.setup] Setup failed for frontend: Could not set up all dependencies.
2021-05-23 10:51:26 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of map. Setup failed for dependencies: frontend
2021-05-23 10:51:26 ERROR (MainThread) [homeassistant.setup] Setup failed for map: Could not set up all dependencies.
2021-05-23 10:51:26 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of panel_iframe. Setup failed for dependencies: frontend
2021-05-23 10:51:26 ERROR (MainThread) [homeassistant.setup] Setup failed for panel_iframe: Could not set up all dependencies.
2021-05-23 10:51:26 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of logbook. Setup failed for dependencies: frontend
2021-05-23 10:51:26 ERROR (MainThread) [homeassistant.setup] Setup failed for logbook: Could not set up all dependencies.
2021-05-23 10:51:34 WARNING (MainThread) [homeassistant.bootstrap] Detected that frontend did not load. Activating safe mode

Installation of libopenjp2-7 did not help. I did not find any clue in the breaking changes for 0.115.
What could be the problem?

Why are you trying such an old release? That one is 9 months old!

I know, but for any newer release I have to change to Python 3.8

You are unlikely to find very many users here still running python 3.7 and that old version. It may be best to upgrade to Python 3.8 or 3.9 and then upgrade HA.

I believe HA targets supporting only the 2 newest Python releases which means in a few months 3.8 will not be supported either.

Or just use a container-based install where you never have to worry about the Python version.

1 Like

Home Assistant Supervised is container based for Debian.

Also considered a fairly advanced install method because of the ease of breaking it by installing other stuff. Most folks gravitate toward a simpler docker install instead: Linux - Home Assistant

That is not what the analytics show.

image

“Container” is indeed a higher percentage of people than “Supervised”. If your point is that “OS” is much larger, it’s a completely different install method that’s unlikely to be compared to a “pip”-based install.