-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
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
after upgrade to 2024.2 the 'matplotlib>=3.4.2' not found #109961
Comments
Probably the package is not compatible with Python 3.12. You should open an issue in the custom component repository. |
Thanks @bieniu! I certainly will, even though the project doesn't seem so active. |
@valerix85: I have the exact same issue as you for some of my custom integrations. Did you find a solution or get a reply over at Matplotlib? |
Issue is here jugla/worldtidesinfocustom#26 for worldtidesinfocustom. No resolution yet, but the integration author is looking at it. |
I'm pretty sure Matplotlib is ok with Python 3.12 itself, but I think there is something in the combination HA 2024.2 / Python 3.12 / Matplotlib that goes haywire. I get these details, but don't know how to use them for anything useful:
|
Hello @tmjo , in jugla/worldtidesinfocustom#26 , CaptInsano have added some trace. I wonder if something around cmake is missing. |
Unfortunately not solved by 2024.2.3 HAOS 2024.2.3 image, tibber_custom integration vis HACS, no manual dep's installed. Error:
|
My issues seem to be solved by 2024.2.3, allowing Matplotlib to be installed. Thanks. |
Same for me. All working with 2024.2.3. |
unfortunately, also getting the error still. Please reopen. |
Sorry not solved for me. ` × pip subprocess to install backend dependencies did not run successfully.
` |
I've got some users reporting the same issue as the two above for my custom integrations, seems like it's fighting about numpy now. My three installations works fine though, but there's still something that's not 100%. Is it the numpy pin that may be the issue? |
@jugla; my recent theory is that this is a problem on Rpi. matplotlib was pinned due to an issue with arm. My things seem to be working on my three instances (2x HAOS/proxmox on a NUC and a dev container), but some users of my integrations are also reporting problems. So far all of them at Rpi4. Since this was closed, I opened a new issue here - please feel free to fill in with details or specifics. |
Pardon my jumping in here. I'm a user of worldtideinfocustom and have been trying to get this to work on three different homeassistant servers. It seems possible to get the integration running (except for matplotlib) under HA 2024.2.3, but even if it installs seemingly OK the plots don't update once the instance is upgraded to HA 2024.2.3. It's suggested here this is a RPi issue. While my three main instances are all on RPi's, I also have an instance in a VirtualBox on a Windows machine, and this has the same problem. Wanted to pass that along. |
The problem
Hi everyone,
After updating to version 2024.2 it appears that some custom integrations, including worldtidesinfocustom, are experiencing the following problem.
Can anyone tell me if it's due to a change on the Home Assistan Core side or is it the responsibility of custom integration?
Thanks for your help
What version of Home Assistant Core has the issue?
core-2024.2.0
What was the last working version of Home Assistant Core?
2024.1.6
What type of installation are you running?
Home Assistant OS
Integration causing the issue
worldtidesinfocustom
Link to integration documentation on our website
https://github.com/jugla/worldtidesinfocustom
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: