-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
[BUG] ANTIALIAS was removed in Pillow 10.0.0 #107
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
I can reproduce this by running |
I can reproduce, too. Downgrading pillow to 9.5.0 solves the issue for me, too. |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
This should have been resolved by #103 |
This issue is locked due to inactivity |
Is there an existing issue for this?
Current Behavior
Beet import fails for some albums with the following error message:
AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS'
Downgrading pillow to 9.5.0 resolves the issue.
Expected Behavior
Beet import is successful.
Steps To Reproduce
beet import /music/artist/album_title
Environment
CPU architecture
x86-64
Docker creation
Container logs
N/A as container starts and runs successfully. No errors are present in the container logs.
The text was updated successfully, but these errors were encountered: