-
Notifications
You must be signed in to change notification settings - Fork 112
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
module 'soundfile' has no attribute 'SoundFileRuntimeError' #414
Comments
The source code of soundfile clearly does have the |
I just ran across this error myself. I mistakenly installed Related: librosa/librosa#1624 |
It's a tough call. I could replace pysoundcard with an incompatible stub to get people to update to soundcard. But I hate breaking other peoples' code for no reason. |
Maybe put in a deprecation warning? |
Deprecation warnings are hidden by default, which is a bit of a shame really. Or we just wait it out. Usage of pysoundfile has been slowly declining, so it's not a huge problem. |
How about updating pysoundfile to be an empty package that depends on soundfile? The reason, why I am suggesting this is: |
I am receiving the above error while using
librosa.load()
. Any thought on what's the root of the issue?The text was updated successfully, but these errors were encountered: