You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing version 0.5.2 from PyPI I am trying to use the AudioReader, however I get a AttributeError: module 'decord' has no attribute 'AudioReader'. I have checked the site-packages files and it seems that audio_reader.py is not in the package. Is this the expected behaviour? Do I have to install from source to use the AudioReader?
The text was updated successfully, but these errors were encountered:
After installing version 0.5.2 from PyPI I am trying to use the AudioReader, however I get a
AttributeError: module 'decord' has no attribute 'AudioReader'
. I have checked thesite-packages
files and it seems thataudio_reader.py
is not in the package. Is this the expected behaviour? Do I have to install from source to use the AudioReader?The text was updated successfully, but these errors were encountered: