Experienced web engineer here, setting up HA for the first time. I’m installing core via pip
and Python venv
. (Don’t worry, I’m not asking you for help with it.)
The install appeared to finish successfully and I ran hass
to start the service. Moments later I start seeing build errors in the terminal, and the web application itself is displaying maintenance text— HA was apparently downloading and building dependencies /after/ it was booted and accepting connections.
So, I get that this behavior is normal for HA. Can someone explain why it works this way though, as opposed to building the entire application at once ahead of time? I’m coming from a world where we expect an application to be fully built/configured/runnable on first deployment. There may be good reasons that expectation doesn’t hold here. Can you help me understand? Thanks.