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
Hello, excuse me
Thanks for sharing the codes ! I have met a problem when i run the timit_preprocess.py to generate my own mfcc feature data. The problem is
File "timit_preprocess.py", line 30, in
from scikits.audiolab import wavread, Format, Sndfile
File "/usr/local/lib/python3.5/dist-packages/scikits/audiolab/init.py", line 24, in
from version import version as _version
ImportError: No module named 'version'
Besides, I have run the setup.py before this process. I can not solve this problem now.
Sincerely look forward to your reply.
The text was updated successfully, but these errors were encountered:
Hello, excuse me
Thanks for sharing the codes ! I have met a problem when i run the timit_preprocess.py to generate my own mfcc feature data. The problem is
File "timit_preprocess.py", line 30, in
from scikits.audiolab import wavread, Format, Sndfile
File "/usr/local/lib/python3.5/dist-packages/scikits/audiolab/init.py", line 24, in
from version import version as _version
ImportError: No module named 'version'
Besides, I have run the setup.py before this process. I can not solve this problem now.
Sincerely look forward to your reply.
The text was updated successfully, but these errors were encountered: