-
Notifications
You must be signed in to change notification settings - Fork 526
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
[BUG]libop_abi.so undefined symbol #557
Comments
I cannot reproduce the error on a new environment of Google Colaboratory. https://gist.github.com/b9b7c5c3b002e3e1b6e853c5b0e7317b |
Can you post the output of |
Hi, my TF version is tensorflow-gpu 2.4.1, I think you didn't use the gpu version in the link you replied |
|
It can not be reproduced on |
I notice tensorflow/text#385 reported a same error, but their tensorflow is from docker source and not pip. |
How to fix this problem : first install tensorflow and then install deepmd-kit. |
I tried to solution above but the problem persists: |
Please provide more information such as how you install it. If it's a new problem, you can open a new issue. |
In #797, I'm going to throw a message if this error happen. |
* throw a message if tf runtime is incompatible fix deepmodeling#557 and deepmodeling#796. * still raise if tf version is correct * detect TF_CXX11_ABI_FLAG * format codes * fix lint * move messages into the function * fix lint * fix lints
Hi guys, I cloned the latest version of deepmd-kit, master branch and devel branch.
My TF environment is tensorflow-gpu 2.4.1 ( pip source ), with python3.6 , gcc/g++ 7.3.1 , cuda10.1
When I 'pip install .' , it would deliver the error message of "libop_abi.so : undefined symbol: _ZN10tensorflow8OpKernel11TraceStringEPNS_15OpKernelContextEb "
The text was updated successfully, but these errors were encountered: