-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Python 3.13 support #5420
Comments
FWIW, the What's New page suggests:
|
Relevant in mediafile (which is where the import is): beetbox/mediafile#67 beetbox/mediafile#75 |
For those looking to run beets in python3.13, the following command is a good workaround until beetbox/mediafile#75 gets merged:
|
My workaround on Fedora 41:
It is unfortunate that the packaged version simply doesn't work and fails with a verbose error message. Especially for those users like me, who are not familiar with the Python ecosystem. See also: https://bugzilla.redhat.com/show_bug.cgi?id=2322293 |
Problem
Python 3.13 removed the
imghdr
module as part of PEP-594 cleanup.https://docs.python.org/3.13/whatsnew/3.13.html#summary-release-highlights
The text was updated successfully, but these errors were encountered: