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

pillow 4.0.0 required by anaconda 4.3.0 misses a dependence to olefile #81

Closed
anjos opened this issue Feb 8, 2017 · 4 comments
Closed
Assignees

Comments

@anjos
Copy link

anjos commented Feb 8, 2017

Pillow 4.0.0 now requires a dependence on a Python package called olefile (just added to this recipe container). If you pip install something on a conda environment with anaconda 4.3.0 pre-installed that requires pillow, then it will try to download olefile from PyPI. Ideally, you should just depend on it.

ping @183amir

@anjos
Copy link
Author

anjos commented Feb 8, 2017

An implementation that seems right on conda-forge: https://github.com/conda-forge/pillow-feedstock/blob/master/recipe/meta.yaml

@183amir
Copy link

183amir commented Feb 8, 2017

I have also reported this issue here before: ContinuumIO/anaconda-issues#1387 please update the anaconda 4.3.0 package too if necessary to account for this.

@ilanschnell
Copy link
Contributor

I've added the olefile dependency in pillow-4.0.0 build 1.

@183amir
Copy link

183amir commented Feb 16, 2017

Thank you @ilanschnell I have tested the new version and it works.

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