Comment installer PIL dans Anaconda
conda install -c anaconda pillow
Open Ostrich
conda install -c anaconda pillow
pip install Pillow
# The new version of PIL is called Pillow, use that instead:
pip install pillow
import PIL
IL.__version__