tensorflow.python.framework.errors_impl.NotFoundError: ./coref_kernels.so: undefined symbol: _ZN10tensorflow12OpDefBuilder4AttrESs
liyaoshigehaoren opened this issue · 2 comments
liyaoshigehaoren commented
tensorflow.python.framework.errors_impl.NotFoundError: ./coref_kernels.so: undefined symbol: _ZN10tensorflow12OpDefBuilder4AttrESs
Xuan-ZW commented
I also meet this error, have you resolved this issue?
Xuan-ZW commented
tensorflow.python.framework.errors_impl.NotFoundError: ./coref_kernels.so: undefined symbol: _ZN10tensorflow12OpDefBuilder4AttrESs
Check you version of g++ or gcc, if the version more than 4, then, "-D_GLIBCXX_USE_CXX11_ABI=0" is not need in setup_all.sh, you can remove it and re-run setup_all.sh.
Hope helpful for you