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

Failing to load Image from PIL in macOS with 9.5.0 #7889

Closed
ViviLuD opened this issue Mar 21, 2024 · 4 comments
Closed

Failing to load Image from PIL in macOS with 9.5.0 #7889

ViviLuD opened this issue Mar 21, 2024 · 4 comments
Labels
Installation Usually a problem with … macOS

Comments

@ViviLuD
Copy link

ViviLuD commented Mar 21, 2024

What did you do?

I try to install pillow 9.5.0

What actually happened?

Note: This error originates from the build backend, and is likely not a problem with poetry but with pillow (9.5.0) not supporting PEP 517 builds. You can verify this by running 'pip wheel --no-cache-dir --use-pep517 "pillow (==9.5.0)"'.

What are your OS, Python and Pillow versions?

  • OS: MacOS 14.4
  • Python: 3.12
  • Pillow: 9.5.0
poetry add pillow==9.5.0
@radarhere
Copy link
Member

radarhere commented Mar 21, 2024

Hi. Have you tried to install the latest version of Pillow (10.2.0)?

I suspect you will find success even with Pillow 10.0.0, thanks to #7171.
If you're interested in Pillow 9.5.0 specifically though, we will not be creating any further releases in the 9.5.x series.

@radarhere radarhere added Installation Usually a problem with … macOS labels Mar 21, 2024
@ViviLuD
Copy link
Author

ViviLuD commented Mar 21, 2024

Yes, I the problem is I need the version 9.5.0 because I'm using the package tkhtmlview and I have this issue:

Because no versions of tkhtmlview match >0.2.0,<0.3.0
and tkhtmlview (0.2.0) depends on Pillow (>=9.4.0,<10.0.0), tkhtmlview (>=0.2.0,<0.3.0) requires Pillow (>=9.4.0,<10.0.0).
So, because hank depends on both pillow (^10.2.0) and tkhtmlview (^0.2.0), version solving failed.

@radarhere
Copy link
Member

Then I would suggest that you go to https://github.com/bauripalash/tkhtmlview and ask them to upgrade their version of Pillow.

@radarhere
Copy link
Member

bauripalash/tkhtmlview#49 has been created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Installation Usually a problem with … macOS
Projects
None yet
Development

No branches or pull requests

2 participants