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

unable to import utils #23

Open jeffxsc opened 6 years ago

jeffxsc commented 6 years ago

Hi, this is an awesome project! Thx a lot! I use the most recent version but still encounter the problem of "No module named utils.utils". I saw it is mentioned in a closed issue as well. Any idea to solve this?

zzw922cn commented 6 years ago

Hi, i don't know why you met this error. But in my pc, the path works well. I use ubuntu 16.04. I suggest you may check the absolute path.

royalyang commented 6 years ago

I had this error if i run in the root dir, its ok in the py dir! you can try it again! BTW, this error will occur under the cygwin, maybe the syspath in the init cannot be understood?

zzw922cn commented 6 years ago

@royalyang thanks for useful advice!

zzw922cn commented 6 years ago

@jeffxusichao

Razcore commented 6 years ago

@jeffxusichao pip uninstall utils This should work.