HA Core (Python venv) does not start after 0.115 upgrade

Currently trying to do a fresh install.
After installing any 0.115 version a lot of “setup failed” errors are returned:

(homeassistant) homeassistant@home-assistant:/srv/homeassistant $ hass
2020-09-26 22:49:14 ERROR (MainThread) [homeassistant.setup] Setup failed for image: Unable to import component: libtiff.so.5: cannot open shared object file: No such file or directory
2020-09-26 22:49:14 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of person. Setup failed for dependencies: image
2020-09-26 22:49:14 ERROR (MainThread) [homeassistant.setup] Setup failed for person: Could not set up all dependencies.
2020-09-26 22:49:14 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of onboarding. Setup failed for dependencies: person
2020-09-26 22:49:14 ERROR (MainThread) [homeassistant.setup] Setup failed for onboarding: Could not set up all dependencies.
2020-09-26 22:49:14 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of frontend. Setup failed for dependencies: onboarding
2020-09-26 22:49:14 ERROR (MainThread) [homeassistant.setup] Setup failed for frontend: Could not set up all dependencies.
2020-09-26 22:49:15 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of logbook. Setup failed for dependencies: frontend
2020-09-26 22:49:15 ERROR (MainThread) [homeassistant.setup] Setup failed for logbook: Could not set up all dependencies.
2020-09-26 22:49:15 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of map. Setup failed for dependencies: frontend
2020-09-26 22:49:15 ERROR (MainThread) [homeassistant.setup] Setup failed for map: Could not set up all dependencies.
2020-09-26 22:49:15 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of mobile_app. Setup failed for dependencies: person
2020-09-26 22:49:15 ERROR (MainThread) [homeassistant.setup] Setup failed for mobile_app: Could not set up all dependencies.
2020-09-26 22:49:15 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of default_config. Setup failed for dependencies: frontend, logbook, map, mobile_app, person
2020-09-26 22:49:15 ERROR (MainThread) [homeassistant.setup] Setup failed for default_config: Could not set up all dependencies.
2020-09-26 22:49:29 WARNING (MainThread) [homeassistant.bootstrap] Detected that frontend did not load. Activating safe mode
2020-09-26 22:49:29 ERROR (MainThread) [homeassistant.setup] Setup failed for image: Unable to import component: libtiff.so.5: cannot open shared object file: No such file or directory
2020-09-26 22:49:29 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of person. Setup failed for dependencies: image
2020-09-26 22:49:29 ERROR (MainThread) [homeassistant.setup] Setup failed for person: Could not set up all dependencies.
2020-09-26 22:49:29 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of onboarding. Setup failed for dependencies: person
2020-09-26 22:49:29 ERROR (MainThread) [homeassistant.setup] Setup failed for onboarding: Could not set up all dependencies.
2020-09-26 22:49:29 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of frontend. Setup failed for dependencies: onboarding
2020-09-26 22:49:29 ERROR (MainThread) [homeassistant.setup] Setup failed for frontend: Could not set up all dependencies.
2020-09-26 22:49:29 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of safe_mode. Setup failed for dependencies: frontend
2020-09-26 22:49:29 ERROR (MainThread) [homeassistant.setup] Setup failed for safe_mode: Could not set up all dependencies.

Doing the same installation process with 0.114 versions works perfectly.
I’m running a Raspberry Pi 4 4GB freshly installed with a python virtual environment.
I’m thankful for every idea!

1 Like

Running sudo apt-get install libtiff-dev fixed this for me.

3 Likes

Thanks, that worked!

Thanks very much, worked for me too! I must admit, there was some clenching :slight_smile: