You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
On Thu, May 23, 2024 at 6:52 AM Mathias Lindström ***@***.***> wrote:
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!
—
Reply to this email directly, view it on GitHub
<#3019>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAS6BJOROW2VXDI2IDB6TFLZDXJ7TAVCNFSM6AAAAABIFPRAYSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGMYTENZSGAYDCNI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
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:
That's when having
Pillow==9.5.0
orPillow==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. With8.4.0
I'm also getting errors thatwebp
isn't included.I hope this problem will be solved as soon as possible!
The text was updated successfully, but these errors were encountered: