-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
The python 'aifc' library is removed in python 3.13.0 #775
Comments
As written in the metadata, the current SpeechRecognition (3.11.0) supports Python 3.9 through 3.12. links |
pytest mentions 'audioop' removal as well as 'aifc'.
|
Added in setup.py Lines 73 to 77 in 46bb470
TODO: Run tests on Python 3.13 (but PyTorch (openai-whisper depends) doesn't support 3.13 yet, so we need to skip some tests) |
|
The speech_recognition library is unable to run on python 3.13.0, because of the removal of standard libraries like aifc (and possibly others)
We probably just need to specify a new dependency, possibly https://pypi.org/project/standard-aifc/ ?
Note: I haven't done my due-diligence evaluating this library or its maintainer.
The text was updated successfully, but these errors were encountered: