You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: