Error at startup

good evening, help to solve the problem of startup errors, as a result the interface does not start and the local host does not open. I’m trying to run a server on a win7 laptop

2019-11-19 20:56:00 ERROR (MainThread) [homeassistant.setup] Unable to set up de
pendencies of frontend. Setup failed for dependencies: lovelace
2019-11-19 20:56:00 ERROR (MainThread) [homeassistant.setup] Setup failed for fr
ontend: Could not set up all dependencies.
2019-11-19 20:56:00 ERROR (MainThread) [homeassistant.setup] Setup failed for mo
bile_app: Unable to import component
2019-11-19 20:56:00 ERROR (MainThread) [homeassistant.setup] Unable to set up de
pendencies of logbook. Setup failed for dependencies: frontend
2019-11-19 20:56:00 ERROR (MainThread) [homeassistant.setup] Setup failed for lo
gbook: Could not set up all dependencies.
2019-11-19 20:56:00 ERROR (MainThread) [homeassistant.setup] Unable to set up de
pendencies of map. Setup failed for dependencies: frontend
2019-11-19 20:56:00 ERROR (MainThread) [homeassistant.setup] Setup failed for ma
p: Could not set up all dependencies.
2019-11-19 20:56:00 ERROR (MainThread) [homeassistant.setup] Unable to set up de
pendencies of default_config. Setup failed for dependencies: config, frontend, h
istory, logbook, map, mobile_app
2019-11-19 20:56:00 ERROR (MainThread) [homeassistant.setup] Setup failed for de
fault_config: Could not set up all dependencies.
2019-11-19 20:56:04 INFO (MainThread) [homeassistant.bootstrap] Home Assistant i
nitialized in 9.72s
2019-11-19 20:56:04 INFO (MainThread) [homeassistant.core] Starting Home Assista
nt
2019-11-19 20:56:04 INFO (MainThread) [homeassistant.core] Timer:starting
2019-11-19 20:56:04 INFO (SyncWorker_4) [homeassistant.components.zeroconf] Star
ting Zeroconf broadcast

Hi @sergt78!

Sounds like maybe you didn’t install or run HA correctly. What instructions did you follow?

Although it’s possible to install and run HA on Windows (I’ve done it myself), I wouldn’t recommend it, especially for a first time user. It’s takes some in-depth knowledge of Python virtual environments. I’d strongly recommend following one of the standard, supported installation methods (and environments) documented here.

1 Like