-
Notifications
You must be signed in to change notification settings - Fork 14
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
Configuration won’t pass the check, circle just keeps rotating and never validates. #27
Comments
Hey thanks for the report. I haven't seen that but I haven't updated home assistant for a few months so I'll have to check it out. |
Thank you very much! Please let me know if there are any changes. |
The problem is with matplotlib (RPI4) since using python 3.12 after HA core 2024.2. Couldn't you replace matplotlib with something else? |
sounds like the same issue as #24 then. The entire UI is built by a specific matplotlib, so it's non-trivial to swap out. Sure we could plot it on something else but that'd be kind of a pain. What happened to make it harder to install matplotlib, I wonder? Maybe it's just a version pinning thing. Certainly matplotlib works fine on python 3.12 in general. Oh wait maybe not. Since this is pi4 specific, I think this is the same issue as home-assistant/core#111732. |
After reading that this issue was specific to the RPi4, I tried it again on my RPi5. Same problem as before; configuration.yaml won't pass the check. |
I noticed in the HAOS ticket that people are reporting the same problem on rpi5 and rpi4. Non-rpi platforms seem to be ok. I'm trying to build HAOS now to see if I can figure anything out. |
I'm having the same issue on Pi5. I actually didn't bother anymore becasue its been like this for months already. I hope you can get it working again. |
Any recent updates on this project? Added repo and downloaded successfully.
But after adding
camera:
show_constellations: false
Configuration won’t pass the check, circle just keeps rotating and never validates.
The text was updated successfully, but these errors were encountered: