rizar / attention-lvcsr

End-to-End Attention-Based Large Vocabulary Speech Recognition
MIT License
262 stars 99 forks source link

installation problem #5

Open xfwu opened 8 years ago

xfwu commented 8 years ago

Dear Dzmitry I have a problem installing lvcsr.

I followed the instruction installed all the dependencies. But while I am runnng python setup.py install in the attention-lvcsr/ it gives a lot of configtest.c error and warning. plus a fatal error

numpy/core/src/npymath/ieee754.c.src:7:29: fatal error: npy_math_common.h: No such file or directory

include "npy_math_common.h"

                         ^

compilation terminated. numpy/core/src/npymath/ieee754.c.src:7:29: fatal error: npy_math_common.h: No such file or directory

include "npy_math_common.h"

                         ^

In the installation instructions, it is not mentioned that we need to run "setup.py install", does it means once we installed all the dependencies we are done?

Apologies for this naive question

Best

rizar commented 8 years ago

Can you please paste the whole log of your installation attempt?