I am using PyCharm with Python 3.0 and I want to import Pillow Module.
While installing the Pillow module from Project Interpreter, I got a message which says:
ValueError: zlib is required unless explicitly disabled using --disable-zlib, aborting.
I have also tried installing the same from command line by using both pip install and easy install but the command line is also throwing the same error.
I tried to find several solution in internet, but most of them are for Linux. for example, this solution: no module named zlib
How can I solve this issue in Windows and with PyCharm ?