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

[BUG] problem with TF_LoadLibrary when trying to run #1505

Closed
ys2ea0101 opened this issue Feb 24, 2022 · 1 comment
Closed

[BUG] problem with TF_LoadLibrary when trying to run #1505

ys2ea0101 opened this issue Feb 24, 2022 · 1 comment

Comments

@ys2ea0101
Copy link

Hi I'm getting this error when trying to run deepmd:

Traceback (most recent call last):
File "/home/ubuntu/anaconda3/envs/deepmd/bin/dp", line 7, in
from deepmd.main import main
File "/home/ubuntu/anaconda3/envs/deepmd/lib/python3.6/site-packages/deepmd/init.py", line 2, in
from .DeepEval import DeepEval
File "/home/ubuntu/anaconda3/envs/deepmd/lib/python3.6/site-packages/deepmd/DeepEval.py", line 18, in
op_module = tf.load_op_library(os.path.join(module_path, "libop_abi.{}".format(ext)))
File "/home/ubuntu/anaconda3/envs/deepmd/lib/python3.6/site-packages/tensorflow/python/framework/load_library.py", line 56, in load_op_library
lib_handle = py_tf.TF_LoadLibrary(library_filename)
tensorflow.python.framework.errors_impl.NotFoundError: /home/ubuntu/anaconda3/envs/deepmd/lib/python3.6/site-packages/deepmd/libop_abi.so: undefined symbol: _ZN10tensorflow14kernel_factory17OpKernelRegistrar12InitInternalEPKNS_9KernelDefEN4absl11string_viewESt10unique_ptrINS0_15OpKernelFactoryESt14default_deleteIS8_EE

Any help will be appreciated, thanks!

@ys2ea0101 ys2ea0101 added the bug label Feb 24, 2022
@ys2ea0101 ys2ea0101 changed the title [BUG] _Replace With Suitable Title_ [BUG] problem with TF_LoadLibrary when trying to run Feb 24, 2022
@njzjz
Copy link
Member

njzjz commented Feb 24, 2022

Please read previous issues: #406, #447, #557, #774 and #796.

@njzjz njzjz added the duplicate label Mar 1, 2022
@njzjz njzjz closed this as completed Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants