The installation process asks for zlib and I even setup & cloned it from Github. I\'m new to all of this.
Error message:
C:\\Users\\GThell\\Pillo
The URL at bottom of error message says:
Windows Installation We provide Pillow binaries for Windows compiled for the matrix of supported Pythons in both 32 and 64-bit versions in wheel, egg, and executable installers. These binaries have all of the optional libraries included:
pip install Pillow
I would try that, to avoid dependency problems such as you have run into.
edit: The pillow only support Pillow >= 2.0.0 < 3.5.0 and not 3.6.0
edit: Hopefully this work, I was not able to actually test on Windows.