We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 removed the sunau module, so pyacoustid won't work.
sunau
The text was updated successfully, but these errors were encountered:
Python 3.13 also removes aifc. +1 on the not working
aifc
Sorry, something went wrong.
Indeed, both are broken. But I wasnt sure which depends on what. Thank you.
It does look like aifc not being included is actually an issue with a dependency by the same author, audioread. On an issue on that issue tracker I found someone published the dead modules on PyPi: https://github.com/youknowone/python-deadlib
audioread
I got it working by installing standard-aifc and standard-sunau from PyPi.
standard-aifc
standard-sunau
No branches or pull requests
Python 3.13 removed the
sunau
module, so pyacoustid won't work.The text was updated successfully, but these errors were encountered: