Search code examples
pythonzlibpython-3.8python-zlib

Want to install zlib to install pillow in python 3.8.10 (32-bit)


I want to install pillow in python 3.8.10 in my windows 7 32 bit. But when I write "pip install pillow" it gives:

"The header and library files could not be found for zlib, a required dependency when compiling pillow from sources"

I tried "pip show zlib" that gives:

"Package(s) not found:zlib"

So how to I install this zlib?? and then install pillow


Solution

  • You could try one of these fixes.