e2e-coref icon indicating copy to clipboard operation
e2e-coref copied to clipboard

tensorflow.python.framework.errors_impl.NotFoundError: ./coref_kernels.so: undefined symbol: _ZN10tensorflow12OpDefBuilder4AttrESs

Open liyaoshigehaoren opened this issue 4 years ago • 2 comments

tensorflow.python.framework.errors_impl.NotFoundError: ./coref_kernels.so: undefined symbol: _ZN10tensorflow12OpDefBuilder4AttrESs

liyaoshigehaoren avatar Jun 06 '20 12:06 liyaoshigehaoren

I also meet this error, have you resolved this issue?

Xuan-ZW avatar Aug 18 '20 05:08 Xuan-ZW

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

Xuan-ZW avatar Aug 18 '20 06:08 Xuan-ZW