You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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 downloadolefile
from PyPI. Ideally, you should just depend on it.ping @183amir
The text was updated successfully, but these errors were encountered: