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
As recommended in this Stackoverflow post, the fix consists of renaming Image.ANTIALIAS to Image.LANCZOS.
This Pull Request already makes all the necessary changes for the original repo.
Currently, a fix is to force the old Pillow version with pip install --force-reinstall -v "Pillow==9.5.0", however I'd prefer if I was able to directly install and use the software.
Thanks and cheers in advance 😊
The text was updated successfully, but these errors were encountered:
Hi @Emily3403 I had notitifications of for this repo - no idea why - and did not see this till now.
This was addressed in #37 so updating the package should solve the issues. Please let me know if this works for you now.
This is essentially a copy of this issue of the original
brother_ql
repository.If Pillow >= 10.0.0 is installed, the program fails with the following stacktrace:
As recommended in this Stackoverflow post, the fix consists of renaming
Image.ANTIALIAS
toImage.LANCZOS
.This Pull Request already makes all the necessary changes for the original repo.
Currently, a fix is to force the old Pillow version with
pip install --force-reinstall -v "Pillow==9.5.0"
, however I'd prefer if I was able to directly install and use the software.Thanks and cheers in advance 😊
The text was updated successfully, but these errors were encountered: