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

Could Not Install Tkinter Designer #405

Open
pythonsmurfmain opened this issue May 9, 2024 · 2 comments
Open

Could Not Install Tkinter Designer #405

pythonsmurfmain opened this issue May 9, 2024 · 2 comments

Comments

@pythonsmurfmain
Copy link

py:46: RuntimeWarning: Pillow 8.4.0 does not support Python 3.12 and does not provide prebuilt Windows binaries. We do not recommend building from source on Windows.
lambda: warnings.warn(
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for Pillow
Running setup.py clean for Pillow
Failed to build Pillow
ERROR: Could not build wheels for Pillow, which is required to install pyproject.toml-based projects

@AakashJayant
Copy link

this is same with me !... Have you got the solution if yes then tell help me out as well

@dlasusa
Copy link

dlasusa commented May 29, 2024

@pythonsmurfmain @AakashJayant

Tkinter Designer requires pillow 8.4.0 (which is sadly pretty old now), but that version of Pillow doesn't support Python 3.12. In fact, the newest Python version it supports is Python 3.10. So if you create a venv with Python 3.10, you should then be able to pip install tkdesigner

Ideally, Tkinter Designer will be updated to support a current version of Pillow, but until then, I hope this helps.

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

3 participants