How to install Pillow on Python 3.5?
How to install Pillow on Python 3.5?
sudo pip3 install Pillow
– unix-style
pip install Pillow
– windows
http://pillow.readthedocs.io/en/3.1.x/installation.html
Installing stuff on ms-windows is such a can of worms that it is probably easiest to use a specialized Python distribution for ms-windows, like Anaconda or Enghought. These come with a lot of packages pre-installed, and have their own package managers to make adding more stuff easier for you.
How to install Pillow on Python 3.5?
sudo pip3 install Pillow==5.0.0
This will saves you