-
-
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
ERROR: Could not build wheels for pillow, which is required to install pyproject.toml-based projects #7454
Comments
Hi. I'm guessing that you're either on 32-bit Windows 10, or you're running 32-bit Python (to check that you're running 32-bit Python, you can try As of Pillow 10.0.0, we stopped providing wheels for 32-bit Windows. Because it cannot find a wheel, pip is attempting to build Pillow from source on your machine, 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 Alternatively, you can install Pillow 9.5.0, the last version with 32-bit Windows wheels, with |
$ import sys;print(sys.maxsize) |
im not entirely sure how to get 64 bit |
yeah 2147483647 is 32 so i just will install python-3.11.5-amd64 edit: it worked :) |
After lots of trial and error i found the solution
|
What did you do?
Tried installing pillow
What did you expect to happen?
To have it install
What actually happened?
It failed
What are your OS, Python and Pillow versions?
No code, just error
The text was updated successfully, but these errors were encountered: