I am using PyCharm with Python 3.0 and I want to import the Pillow Module.
When installing the Pillow module from Project Interpreter, I received a message saying:
ValueError: zlib is required unless explicitly disabled using --disable-zlib, aborting.

I also tried installing the same from the command line, using both pip installation and easy installation, but the same error also occurs on the command line.
I tried to find several solutions on the Internet, but most of them are for Linux. for example this solution: there is no module named zlib
How can I solve this problem on Windows and using PyCharm?
source share