-
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
Error in insallation: /usr/bin/ld: cannot find -lwarpctc #8
Comments
Well... |
I've already put |
where did you put libwarpctc.so? Is it in one of the default search locations, like |
@Bartzi thx for reply, its in my local path, not system path like |
Hello @Bartzi
I fallowed the installation instruction and done up-to step 4 (i.e insall warp-ctc from here).
When I ran
python setup.py build_ext --inplace
initially it gave mectc_loss.cpp:509:17: fatal error: ctc.h: No such file or directory
similar to thisWhen I added the include folder from warp-ctc to the $CPLUS_INCLUDE_PATH, that is gone.
But, now it is giving me this error :
/usr/bin/ld: cannot find -lwarpctc
Here is the full stack trace, if that helps.
Can you please give more details about how to install
warp-ctc
and how to verify its installed correctly(w.r.t this project).Some details about environment:
Ubuntu 16.04, no GPU, python 3.5.2
. LMK if any other details will be useful to resolve it.Thanks.
The text was updated successfully, but these errors were encountered: