Skip to content
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

Pillow 8.4.0 does not support Python 3.11 install error #425

Open
lsaidman opened this issue Jun 25, 2024 · 1 comment
Open

Pillow 8.4.0 does not support Python 3.11 install error #425

lsaidman opened this issue Jun 25, 2024 · 1 comment

Comments

@lsaidman
Copy link

What is the workaround for the following install error?

:46: RuntimeWarning: Pillow 8.4.0 does not support Python 3.11 and does not provide prebuilt Windows binaries. We do not recommend building from source on Windows.
[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: ERROR: Failed to build installable wheels for some pyproject.toml based projects (Pillow)

NOTE: Pillow 10.1 did install successfully. Is it possible to redirect Tkinter-designer to use this version?

@covixx
Copy link

covixx commented Aug 3, 2024

Pillow 8.4.0 only supports up to and including Python 3.10. Either you can try to downgrade your Python version, or by manually forking the Git repository and updating the requirements in the requirements.txt and pyproject.toml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants