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

macos py38 CI failing #3867

Closed
dcherian opened this issue Mar 19, 2020 · 3 comments · Fixed by #3920
Closed

macos py38 CI failing #3867

dcherian opened this issue Mar 19, 2020 · 3 comments · Fixed by #3920

Comments

@dcherian
Copy link
Contributor

import matplotlib is failing when it imports PIL

E       ImportError: dlopen(/usr/local/miniconda/envs/xarray-tests/lib/python3.8/site-packages/PIL/_imaging.cpython-38-darwin.so, 2): Library not loaded: @rpath/libwebp.7.dylib
E         Referenced from: /usr/local/miniconda/envs/xarray-tests/lib/libtiff.5.dylib
E         Reason: Incompatible library version: libtiff.5.dylib requires version 9.0.0 or later, but libwebp.7.dylib provides version 8.0.0

/usr/local/miniconda/envs/xarray-tests/lib/python3.8/site-packages/PIL/Image.py:69: ImportError
@max-sixty
Copy link
Collaborator

The only reference I could find is BVLC/caffe#1599 (comment), from 2015...

Does anyone have more experience with these?

@keewis
Copy link
Collaborator

keewis commented Mar 21, 2020

this should be closer: conda-forge/libwebp-feedstock#26 which is a work in progress. If we don't want to wait on a fix, we could temporarily pin libtiff on OSX.

@keewis
Copy link
Collaborator

keewis commented Mar 29, 2020

the libwebp issue has been closed, so I guess we can try reactivating the OSX CI?

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

Successfully merging a pull request may close this issue.

3 participants