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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: