Skip to content
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

v13.1.0 breaks matplotlib "fix" for x86 and x64 users #30

Open
CaptInsano opened this issue Jun 13, 2024 · 3 comments
Open

v13.1.0 breaks matplotlib "fix" for x86 and x64 users #30

CaptInsano opened this issue Jun 13, 2024 · 3 comments
Labels
explanation explanation to fix or explanation on behaviour

Comments

@CaptInsano
Copy link

The hacky "fix" for missing matplotlib (for x86 and x64 systems) no longer works with version 13.1.0.

The temporary "fix" I am talking about can be seen here:

#26 (comment)

or a persistent "fix" can be achieved by manually editing the manifest.json from v13.0.0 to add the matplotlib requirement as per here:

#26 (comment)

Neither of these fixes work with v13.1.0, has matplotlib been removed from the integration completely?

Is there anyway of re-adding the matplotlib functionality for those of use not affected with the matplotlib issues on raspi hardware?

As always, thanks so much for your work on this.

@jugla
Copy link
Owner

jugla commented Jul 12, 2024

Hello,
Matplot is still in the integration, just add in manifest.json the matplotlib version you have put :
"requirements": ["pyworldtidesinfo==3.0.1"],
==>
"requirements": ["pyworldtidesinfo==3.0.1", "matplotlib==xxxx"],

@jugla
Copy link
Owner

jugla commented Jul 12, 2024

Thanks for the feed back :-)

@jugla jugla added the explanation explanation to fix or explanation on behaviour label Jul 12, 2024
@jugla
Copy link
Owner

jugla commented Jul 12, 2024

if it does not work, please can you give me the homeassistant log, the start up part to see the error message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
explanation explanation to fix or explanation on behaviour
Projects
None yet
Development

No branches or pull requests

2 participants