For example,On windows I have been trying to download Pillow for Python 2.7 using Pycharm's inbuilt pip like feature. Whenever I try to download Pillow it gives me error.
ValueError: zlib is required unless explicitly disabled using --disable-zlib
I do not want to disable whatever functionality is provided by zlib by opting to disable it. I did download Zlib but not sure where to store it.