-
Notifications
You must be signed in to change notification settings - Fork 85
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
tf_nndistance_so.so: undefined symbo when running demo.py #31
Comments
Did you modify the paths in makefile from cuda9.0 to cuda10.0? This TF issue may be related. |
@tsbiosky I met the same problem, did you solve it? |
i also met this problem, did you solve it? |
Hi, This is tf/gcc/g++ version problem, see tensorflow/issues/9137#issuecomment-294097780 for more discussion. At first my tf is 1.9.x, remove Tried update to 1.12.0 as suggested, and un-remove Good luck. |
Still not solved the issue for me. Could you elaborate on what you optimized after removing |
Try installing tensorflow with pip or update your c++ version to be 5.0 or above, worked for me. |
I'm using CUDA10.0 tensorflow 1.13 and python 3.7
and compile of pc_distance is successful but when I run demo.py
tensorflow.python.framework.errors_impl.NotFoundError: /media/roman/storage/pcn/pc_distance/tf_nndistance_so.so: undefined symbol: _ZN10tensorflow8internal21CheckOpMessageBuilder9NewStringEv
is there anything to be change in makefile of pc_distence ?
The text was updated successfully, but these errors were encountered: