Closed Emily3403 closed 5 months ago
Hi @Emily3403 I had notitifications of for this repo - no idea why - and did not see this till now. This was addressed in https://github.com/matmair/brother_ql-inventree/pull/37 so updating the package should solve the issues. Please let me know if this works for you now.
Seams to work fine, thanks!
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 😊