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

Upgrade Pillow recipe to a version newer than 8.4.0 #3019

Closed
kuzeyron opened this issue May 23, 2024 · 1 comment · Fixed by #3022
Closed

Upgrade Pillow recipe to a version newer than 8.4.0 #3019

kuzeyron opened this issue May 23, 2024 · 1 comment · Fixed by #3022

Comments

@kuzeyron
Copy link
Contributor

Please upgrade the Pillow recipe to a version newer than 8.4.0.
While trying out two different versions (9.5.0 and 10.3.0) I'm getting following error:

.buildozer/android/platform/python-for-android/pythonforandroid/recipes/Pillow/patches/fix-setup.patch

  STDOUT:
patching file setup.py
Hunk #1 succeeded at 124 (offset -1 lines).
Hunk #2 FAILED at 411.
patch unexpectedly ends in middle of line
Hunk #3 FAILED at 471.
2 out of 3 hunks FAILED -- saving rejects to file setup.py.rej

That's when having Pillow==9.5.0 or Pillow==10.3.0 in the requirements.

The problem with the 8.4.0 is that it's old and obsolete. There are problems with BMP files which is rendering black images (fixed on version 9.x..). It's probably doing the same with other formats other than Jpeg and PNG. With 8.4.0 I'm also getting errors that webp isn't included.

I hope this problem will be solved as soon as possible!

@tcaduser
Copy link

tcaduser commented May 23, 2024 via email

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

Successfully merging a pull request may close this issue.

2 participants