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

646 Views Asked by At

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

1

There are 1 best solutions below

4
samuel On BEST ANSWER

You could try one of these fixes.