-
Notifications
You must be signed in to change notification settings - Fork 27
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
ImportError: cannot import name 'OpusDecoder' from 'pyogg' #109
Comments
Encountered the same issue. You need to install from source like: |
Traceback (most recent call last): |
@cklam12345 sudo apt install libogg-dev libopusenc-dev libflac-dev libopusfile-dev libopus-dev libvorbis-dev |
bump |
Simply trying to import the OpusDecoder as specified in the docs:
results in:
I'm on linux and the latest version
PyOgg==0.6.14a1
The text was updated successfully, but these errors were encountered: