Skip to content
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

undefined symbol: _ZN10tensorflow8internal21CheckOpMessageBuilder9NewStringEv #8

Open
xiaoxiaozhu007 opened this issue Mar 5, 2019 · 4 comments

Comments

@xiaoxiaozhu007
Copy link

I run into this issue when I'm trying to compile the customized nn_disstance operator.
The error message is:
tensorflow.python.framework.errors_impl.NotFoundError: /home/Autoencoder/pointnet-autoencoder-master/tf_ops/nn_distance/tf_nndistance_so.so: undefined symbol: _ZN10tensorflow8internal21CheckOpMessageBuilder9NewStringEv
Even though I try some solutions, the error still exist. I tried to set -D_GLIBCXX_USE_CXX11_ABI=1 or remove it completely (as suggested in charlesq34/pointnet2#48 (comment)).
Can anyone help me if you successfully trained this framework?
I'm using gcc 4.8.5, CUDA 9.8.15, and tensorflow 1.12.0

@Kevinlongran
Copy link

I faced the same problem and even I tried to set -D_GLIBCXX_USE_CXX11_ABI=1 or remove it completely as you have mentioned.

@maryumjam
Copy link

It dosent' fix . Did anyone able to fix it

@changhexingchen
Copy link

I remove that sentence ,but it still does not work.

@wangyuhu
Copy link

I faced the same problem and even I tried to set -D_GLIBCXX_USE_CXX11_ABI=1 or remove it completely as you have mentioned.

nywang16/Pixel2Mesh#45 (comment) might could help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants