-
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
ctc_loss.cpp:509:10: fatal error: 'ctc.h' file not found #28
Comments
did you run |
Did you make sure that Cython is able to find the header files of warp_ctc? |
if your |
I followed the path you asked to, still I am getting the error of ctc.h not found |
Do you have any docker setup available |
did you check that |
It seems that the linker can not find the library. Where is your compiled library stored on your pc? Is that path in your environment variable |
Sorry can you please tell me about the compiled library? FYI I don't have CUDA. I am running it on MAC |
sukshis-MacBook-Air-2:ctc Puru$ echo $LD_LIBRARY_PATH |
the compiler creates a |
No, I'm talking about a file that sshould be named |
I am getting the above warning while running "make"
After that while running this command python3 setup.py build_ext --inplace I am getting the below error.
Can you please help me with this
The text was updated successfully, but these errors were encountered: