This is the problem when I go on to install using conda install PIL It gives me this:
UnsatisfiableError: The following specifications were found to be in conflict:
- pil -> python 2.6*
- python 3.6*
To load the image, we simply import the image module from the pillow and call the Image. open(), passing the image filename. Instead of calling the Pillow module, we will call the PIL module as to make it backward compatible with an older module called Python Imaging Library (PIL).
PIL seems not maintained any more. Just install pillow:
conda install pillow
and use just as if you had PIL installed :
from PIL import Image
I'm able to fix issue by installing pillow version 5,please try once.
conda install --channel conda-forge pillow=5
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With