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
Related with this, I installed legofy using pip in a Ubuntu environment, and still having this error. Example of code from /usr/local/lib/python3.10/dist-packages/legofy/init.py:
I get the following error when running
legofy
from the command line:AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS'
After some quick Googling, it appears that this is an issue with PIL having deprecated this method.
The text was updated successfully, but these errors were encountered: