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

Matplotlib 1.4.3 broken on Windows #5431

Closed
rddaz2013 opened this issue Nov 7, 2015 · 3 comments
Closed

Matplotlib 1.4.3 broken on Windows #5431

rddaz2013 opened this issue Nov 7, 2015 · 3 comments

Comments

@rddaz2013
Copy link

conda/conda#1753

Pls look into it, perhaps you can help with the _png import error.

File "C:\Anaconda3\lib\site-packages\matplotlib\mathtext.py", line 63, in
import matplotlib._png as _png
ImportError: DLL load failed: Das angegebene Modul wurde nicht gefunden.

@tacaswell
Copy link
Member

_png is one of the complied c extensions which links to libpng. The problem here is probably that the version of libpng that your _png extension is built against is no longer available. This is 100% a packaging problem on binaries that we do not maintain. The linked conda issue or a new one is the correct place to take this up.

@rddaz2013
Copy link
Author

It's because why using libpng if matplotlib is using Pil/Pillow?

@mdboom
Copy link
Member

mdboom commented Nov 7, 2015

matplotlib also uses libpng directly because it needs lower-level control of libpng than Pillow provides.

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

No branches or pull requests

3 participants