-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation failed on Windows with 32-bit Python #7341
Comments
I see you're using win32. As mentioned in the release notes, pre-built binary wheels are no longer provided for 32 bit. Re: #6941 |
Because we are no longer providing 32-bit wheels, pip is attempting to build Pillow from source on your machine (As has happened for other 32-bit Windows users), and failing to find zlib, one of our required dependencies. For more information on how to build from source, see https://pillow.readthedocs.io/en/stable/installation.html#building-from-source |
The "Installation" documentation still says
I was confused by this. Could you please update the documentation to avoid confusion. |
Sure. I've created #7347 |
Pillow 10.2.0 has been released, now with Windows 32-bit wheels once again. |
What did you do?
Tried to update to version 10.0.0
python -m pip install Pillow==10.0.0 --force-reinstall
What did you expect to happen?
That the installation proceeded without failures
What actually happened?
The sequence of failures described below.
Version 9.5.0 installs normally.
What are your OS, Python and Pillow versions?
The text was updated successfully, but these errors were encountered: