-
Notifications
You must be signed in to change notification settings - Fork 43
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
pip install large-image[common] now includes dependencies? #1475
Comments
Hmm... The intent is that |
I just tried again and it installed just fine. I guess your suspicion of unfortunate timing trying to install mid-update is likely the culprit. |
I'm getting the exact same error once again when trying to install
I don't see any release on pypi since April 27th, so I'm not sure why this is happening. Any thoughts @manthey ? |
Looks like this issue is caused by a dependency of I also came across an open PR in the PIL repo that adds jpegxl support to PIL directly: python-pillow/Pillow#7848 @manthey, thoughts on using this rather than |
@pearcetm The goal of the [commons] dependencies was to install all readers we could that worked directly from a pip install without our custom-built wheels on the three major platforms. Since we depend on other packages building wheels for each of the dependencies, issues like this will probably arise again in the future. Some of it can be mitigated by always doing I'll close this issue for now. |
I just tried installing
large_image
viapip install large-image[common]
and ran into the following:My understanding from the readme was that
common
was supposed to be only those things that didn't have other dependencies. I installed large_image just a couple of weeks ago (1.27.2) without this problem cropping up. Is this new?The text was updated successfully, but these errors were encountered: