C'est le problème lorsque j'installe en utilisant conda install PIL Cela me donne ceci:
UnsatisfiableError: The following specifications were found to be in conflict:
- pil -> python 2.6*
- python 3.6*
utilisation
from pil import Image
au lieu de
from PIL import Image