Skip to content
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

Closed
1 task done
samcro1967 opened this issue Jul 21, 2023 · 6 comments
Closed
1 task done

[BUG] ANTIALIAS was removed in Pillow 10.0.0 #107

samcro1967 opened this issue Jul 21, 2023 · 6 comments

Comments

@samcro1967
Copy link

samcro1967 commented Jul 21, 2023

Is there an existing issue for this?

  • I have searched the existing issues

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

- OS:  Ubuntu 22.04
- How docker service was installed:  Docker Compose

CPU architecture

x86-64

Docker creation

beets:
    image: lscr.io/linuxserver/beets:latest
    container_name: beets
    restart: always
    environment:
      - TZ=${TZ}
      - PUID=${PUID}
      - PGID=${PGID}
    ports:
      - 8337:8337
    volumes:
      - ${docker}/beets:/config
      - ${downloads}:/downloads
      - ${xbmc}/Music/Managed:/music

Container logs

N/A as container starts and runs successfully.  No errors are present in the container logs.
@github-actions
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@krutburken
Copy link

krutburken commented Jul 27, 2023

I can reproduce this by running beet embedart <some artist> in the container.

@somagaze
Copy link

somagaze commented Aug 4, 2023

I can reproduce, too. Downgrading pillow to 9.5.0 solves the issue for me, too.

@LinuxServer-CI
Copy link
Collaborator

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.

@thespad
Copy link
Member

thespad commented Sep 4, 2023

This should have been resolved by #103

@thespad thespad closed this as completed Sep 4, 2023
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Sep 4, 2023
@github-actions
Copy link

github-actions bot commented Oct 5, 2023

This issue is locked due to inactivity

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

5 participants