-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Problem using native client library + python bindings #836
Comments
I just verified, the
Please make sure that you don't have a mess of previously installed libraries somewhere in |
@dsouza95 We need more context, you don't give us the |
Under the proper |
Hello, Keep up the good work! |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hello,
I have just updated my branch in order to get the new improvements that came with #805. Prior to #805, I never used the native client, and I am somehow struggling to use it. I tried using the pre-compiled libraries provided, but I face the problem seen in image 1. Other than that, I tried compiling the libraries from the tensorflow sources, and not using conda environments, but got the same results.
I am using Anaconda for Python 2.7. Tried compiling with both g++-4.8 and g++-5.0. I copied all .so files inside native_client while keeping the permissions to /usr/lib, a path defined in LD_LIBRARY_PATH.
I feel this is somehow related to where the deepspeech pip package is installed, but I am not really sure. Any ideas?
Thank you in advance :)
Daniel
Image 1:
The text was updated successfully, but these errors were encountered: