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
You could try one of these fixes.