-
Notifications
You must be signed in to change notification settings - Fork 108
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
aifc
module is deprecated (and removed in Python 3.13)
#144
Comments
Python 3.13 no longer includes `aifc` in standard libraries https://docs.python.org/3.13/whatsnew/3.13.html#whatsnew313-pep594 This is still used by audioread, a dependency of pyacousticid beetbox/audioread#144
It's worth mentioning that the There's an attempt to make the deprecated libraries available as pip dependencies: https://github.com/youknowone/python-deadlib However, it seems there's currently a couple of issues with that repository which means it won't work with 3.13 yet. |
I've submitted a pull request to the Another potential approach would be to handle the |
…repo to prevent import errors on Python 3.13 Workaround for beetbox/audioread#144
The python-deadlib modules have now been fixed up and can be used to replace the missing modules from python core. So a workaround to this issue is |
…and above. Python core removed these modules in 3.13 as part of PEP-594 https://peps.python.org/pep-0594/ The standard-* modules are forks of the modules that had previously been in the python core. Fixes beetbox#144
This package still uses the aifc module that is deprecated since Python 3.11, and was removed in Python 3.13.
As a result, the test suite fails with 3.13.0b2:
The text was updated successfully, but these errors were encountered: