-
-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new dependency "libjpeg-dev" for HA #3781
Conversation
There is a new dependency needed for HA
Ah wait, reading through the original report, probably the service restart alone would have solved the issue already. It is a known strange bug of HA, at least in our pyenv environment, that the first service start breaks on installing the web UI modules but a restart allows it to proceed and solves the issue. Let me test. First service start still fails:
I still have no idea how this can be as sqlalchemy is available pretty fine. There must be something messed up with the Python environment during initial startup which includes a bunch of setup and module installs. Now |
I did followed the restart as described on our docs. This bring me to the 404 page. Let me try to reproduce. |
It is important to wait until the the service "finished" (0% CPU usage) before doing the restart and before attempting to access the web UI. I just recognised that due to some other tests there was But this was on |
give me some minutes, just doing another test on RPi3B+. And yes, I was waiting for all processes to come down to zero as described on the docs 😉 |
@MichaIng
|
For compiling Pillow, required on ARM. |
There is a new dependency
libjpeg-dev
needed for HA. Otherwise HA will not start correctly and you will get a HTTP 404 error.Status: Ready
libjpeg-dev
to HA apt dependency listReference: https://dietpi.com/forum/t/home-assistant-404-error/4471
Commit list/description:
libjpeg-dev
as APT dependency for Home Assistant