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

import matplotlib._png as _png ImportError: libpng16.so.16: cannot open shared object #5765

Closed
haznav opened this issue Dec 30, 2015 · 1 comment

Comments

@haznav
Copy link

haznav commented Dec 30, 2015

The error only occurs during usage in virtualenv. import matplotlib.pyplot occurs the error.I am using python 2.7.6 ubuntu 14.04.Urgent help needed please.

@tacaswell
Copy link
Member

Try re-installing from source. That sort of exception tends to pop up when the underlying system libpng get updated (via apt-get) but mpl does not get rebuilt.

There is not much else that we can do without a lot more information (full backtrace, how you installed mpl, mpl version, ...)

I am going to close this as I do not think there is a bug in mpl. I suggest moving to our gitter (https://gitter.im/matplotlib/matplotlib), the mailing list (matplotlib-users@python.org), or ask a question on stackoverflow for further support.

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

2 participants