python-pillow / Pillow

Python Imaging Library (Fork)
https://python-pillow.org
Other
12.33k stars 2.24k forks source link

Cannot install Tkdesigner #8276

Closed yoboy1102 closed 3 months ago

yoboy1102 commented 3 months ago

What did you do?

What did you expect to happen?

What actually happened?

What are your OS, Python and Pillow versions?

Please paste here the output of running:

python3 -m PIL.report
or
python3 -m PIL --report

Or the output of the following Python code:

from PIL import report
# or
from PIL import features
features.pilinfo(supported_formats=False)
code goes here
radarhere commented 3 months ago

So you're talking about https://pypi.org/project/tkdesigner/, which requires Pillow.

Could you provide more information? What is the error you are seeing? Could you fill out the OS, Python and Pillow versions in our issue template?

hugovk commented 3 months ago

Duplicate of https://github.com/python-pillow/Pillow/issues/8277