Open rark-ha opened 1 year ago
Hello, Sorry for the delay. The release 2023.7 has been merged with 2023.8 (cf. https://www.home-assistant.io/blog/2023/08/02/release-20238/)
Your error message seems to tell that matplotlib cannot be successfully installed via pip. Is it related to this issue : https://github.com/termux/termux-packages/issues/8183 ? Have you tried to install directly matplotlib to see if there are other messages (logs)
Thank you in advance for your feed back .
I was just commenting that I'd skipped 2023.7 so was unsure if the issue may have been evident in that build.
As I use docker that packages are pre-packed. Is the matplotlib issue related to a version packed with the official docker image or is it just missing?
I installed matplotlib via the terminal window and restarted HA. The custom component now works as expected.
Then I ran the pipdeptree command to see what the dependancies were.
pipdeptree -rp matplotlib
Result:
Warning!! Cyclic dependencies found:
- gps3 => gps3
matplotlib==3.8.0
Running pipdeptree on gps3 doesn't yield any result.
I'm struggling to determine if worldtideinfocustom is requiring gps3 which triggers the matploblib warning? I note in April the code was updated with a few matplot additions?
Same issue. This is such an important integration for those dependent on tides. Hope it can be fixed as there must be many like myself who can no longer update HA core.
Hello In fact for home assistant, matplot lib is fixed to 3.6.1.
But when I fix it : I fall on a pip error installation.
I look for a solution...
Thanks very much for you effort on this. Very grateful.
seems same as issue #26 Please give me your feed back on new version (graphic made with matplotlib won't be available)
Setup failed for custom integration worldtidesinfocustom: Requirements for worldtidesinfocustom not found: ['matplotlib>=3.4.2'].
Upgraded HA from 2023.06.02 to 2023.08.02 and this issue appeared. HA runs in Synology Container [docker]. The above log is flagged against worldtidesinfocustom
Upon startup the homassistant.util.package log records
Is it relying on an old package for the integration? I'm unsure if 2023.07.xx would have displayed the same issue.