-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install error #22
Comments
Sorry, I can't read chinese... what's your problem? |
没有那个文件或目录 this mean ‘can't find file or dirctory' |
did you install |
yes |
okay, then there is something wrong with your paths... you have to make sure that the file |
let me check, thank you |
I don't find the file ctc.h in /usr/include |
That's what I said. Did you set the |
$ python setup.py build_ext --inplace
Warning: Extension name 'ctc_loss' does not match fully qualified name 'metrics.ctc.ctc_loss' of 'ctc_loss.pyx'
running build_ext
building 'ctc_loss' extension
gcc -pthread -B /home/jxf/anaconda3/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/jxf/anaconda3/lib/python3.6/site-packages/numpy/core/include -I/home/jxf/anaconda3/include/python3.6m -c ctc_loss.cpp -o build/temp.linux-x86_64-3.6/ctc_loss.o
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
ctc_loss.cpp:509:17: fatal error: ctc.h: 没有那个文件或目录
compilation terminated.
error: command 'gcc' failed with exit status 1
The text was updated successfully, but these errors were encountered: