You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: