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

libpng15.so.15: cannot open shared object file #1

Open
kevin-keraudren opened this issue Aug 14, 2015 · 1 comment
Open

libpng15.so.15: cannot open shared object file #1

kevin-keraudren opened this issue Aug 14, 2015 · 1 comment

Comments

@kevin-keraudren
Copy link

ImportError: libpng15.so.15: cannot open shared object file: No such file or directory

A proper fix would be to rebuild irtk and python-irtk with the latest libraries.

A hack is to have two versions of libpng cohabit (matplotlib will use 1.6 and irtk 1.5), see the bug report in conda (conda/conda#1345).

you can force to install a specific version

conda install libpng=1.5.13

then you can go to https://binstar.org/anaconda/libpng/files and downlad the latest libpng, and copy the files that say 1.6 in linux-64-libpng-1.6.17-0/lib into anaconda/myanaconda/lib .

@jordanlui
Copy link

Worked great for me with Ubuntu 64 bit 16.04LTS and Anaconda.

Thanks!

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