-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
Description
hello the pillow lib refused to install on windows python 3.11 x32
here is the error
File "<string>", line 1005, in <module>
RequiredDependencyException:
The headers or library files could not be found for zlib,
a required dependency when compiling Pillow from source.
Please see the install instructions at:
https://pillow.readthedocs.io/en/latest/installation.html
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pillow
Failed to build pillow
ERROR: Could not build wheels for pillow, which is required to install pyproject.toml-based projects
C:\Users\nacer baaziz><!--
What are your OS, Python and Pillow versions?
- OS: windows 11
- Python: python 3.11 x32
- Pillow: 10.0.0
jamesbraza