Kola0D246
Kola0D246

Reputation: 3

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

Upvotes: 0

Views: 1954

Answers (1)

samuel
samuel

Reputation: 18

You could try one of these fixes.

Upvotes: 0

Related Questions