zzw922cn / Automatic_Speech_Recognition

End-to-end Automatic Speech Recognition for Madarian and English in Tensorflow
MIT License
2.84k stars 538 forks source link

timit_preprocess error #62

Open salaki opened 6 years ago

salaki commented 6 years ago

python timit_preprocess.py --help Traceback (most recent call last): File "timit_preprocess.py", line 31, in from scikits.audiolab import wavread, Format, Sndfile File "/home/zheng.z/.local/lib/python3.5/site-packages/scikits/audiolab/init.py", line 25, in from .pysndfile import formatinfo, sndfile File "/home/zheng.z/.local/lib/python3.5/site-packages/scikits/audiolab/pysndfile/init.py", line 1, in from ._sndfile import Sndfile, Format, available_file_formats, \ ImportError: /home/zheng.z/.local/lib/python3.5/site-packages/scikits/audiolab/pysndfile/_sndfile.cpython-35m-x86_64-linux-gnu.so: undefined symbol: PyString_FromStringAndSize

zzw922cn commented 6 years ago

@salaki Hi, i have updated the code, we can use another tool instead of audiolab in python3.5, best wishes!