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?
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
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