Can't install Pillow in Windows
newbedev.com › can-t-install-pillow-in-windowseasy_install pillow pip doesn't work somehow. I have recently installed Pillow under Cygwin's Python3.6 and needed following packages: gcc-core; libjpeg-devel; zlib-devel; python3-devel; python3-setuptools (to run easy-install-3.6) I have also installed pip using: easy-install-3.6 install pip Then finally: pip3 install pillow succeeded.