-
Notifications
You must be signed in to change notification settings - Fork 1k
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
import warpctc_tensorflow error::kernels.cpython-35m-x86_64-linux-gnu.so: undefined symbol: #92
Comments
same issue for me |
similar issue for me, too. |
me too .. |
same /warp-ctc/tensorflow_binding/warpctc_tensorflow/kernels.so: undefined symbol: _ZTIN10tensorflow8OpKernelE EDIT1: I found out that this error only occurs with tensorflow 1.4. So, any plans to support tensorflow 1.4 and the upcoming 1.5? |
Same to me in TF 1.4 |
ME TOO... tensorflow.python.framework.errors_impl.NotFoundError: /home/xx/ky/warp-ctc/tensorflow_binding/warpctc_tensorflow/kernels.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK10tensorflow14TensorShapeRep11DebugStringB5cxx11Ev
TF: |
Passing additional
to |
same to me
|
anyone solved this problem? the same: |
Same for me on tensorflow 1.7.0 |
I solved. Add 'tensorflow_framework' to libraries, the issue will be fixed.
|
@sherry-zhang |
@struCoder it only works when you build tensorflow from source |
I built tensorflow 1.7 from source and still getting the same error |
Please follow the instructions here: |
run python setup.py install is ok but when I ran python setup.py test it had errors::
I used python3 and tensorflow 1.3.0 gpu version
Traceback (most recent call last):
File "lstm_warpCTC.py", line 10, in
import warpctc_tensorflow
File "/home/gunn/.local/lib/python3.5/site-packages/warpctc_tensorflow-0.1-py3.5-linux-x86_64.egg/warpctc_tensorflow/init.py", line 7, in
_warpctc = tf.load_op_library(lib_file)
File "/home/gunn/.local/lib/python3.5/site-packages/tensorflow/python/framework/load_library.py", line 64, in load_op_library
None, None, error_msg, error_code)
tensorflow.python.framework.errors_impl.NotFoundError: /home/gunn/.local/lib/python3.5/site-packages/warpctc_tensorflow-0.1-py3.5-linux-x86_64.egg/warpctc_tensorflow/kernels.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK10tensorflow14TensorShapeRep11DebugStringB5cxx11Ev
The text was updated successfully, but these errors were encountered: