TeamPyOgg / PyOgg

Simple OGG Vorbis, Opus and FLAC bindings for Python
The Unlicense
63 stars 27 forks source link

ImportError: cannot import name 'OpusDecoder' from 'pyogg' #109

Open tamis-laan opened 2 months ago

tamis-laan commented 2 months ago

Simply trying to import the OpusDecoder as specified in the docs:

from pyogg import OpusDecoder

results in:

ImportError: cannot import name 'OpusDecoder' from 'pyogg'

I'm on linux and the latest version PyOgg==0.6.14a1

sidharthrajaram commented 2 months ago

Encountered the same issue. You need to install from source like: pip install git+https://github.com/TeamPyOgg/PyOgg