|
| 1 | +WARNING:tensorflow:From /home/kimia.gh/.conda/envs/deepermd/lib/python3.10/site-packages/tensorflow/python/compat/v2_compat.py:107: disable_resource_variables (from tensorflow.python.ops.variable_scope) is deprecated and will be removed in a future version. |
| 2 | +Instructions for updating: |
| 3 | +non-resource variables are not supported in the long term |
| 4 | +WARNING:root:To get the best performance, it is recommended to adjust the number of threads by setting the environment variables OMP_NUM_THREADS, TF_INTRA_OP_PARALLELISM_THREADS, and TF_INTER_OP_PARALLELISM_THREADS. |
| 5 | +Traceback (most recent call last): |
| 6 | + File "/home/kimia.gh/.local/lib/python3.10/site-packages/deepmd/env.py", line 226, in get_module |
| 7 | + module = tf.load_op_library(str(module_file)) |
| 8 | + File "/home/kimia.gh/.conda/envs/deepermd/lib/python3.10/site-packages/tensorflow/python/framework/load_library.py", line 54, in load_op_library |
| 9 | + lib_handle = py_tf.TF_LoadLibrary(library_filename) |
| 10 | +tensorflow.python.framework.errors_impl.NotFoundError: /home/kimia.gh/.local/lib/python3.10/site-packages/deepmd/op/libop_abi.so: undefined symbol: _ZNK10tensorflow8OpKernel11TraceStringERKNS_15OpKernelContextEb |
| 11 | + |
| 12 | +The above exception was the direct cause of the following exception: |
| 13 | + |
| 14 | +Traceback (most recent call last): |
| 15 | + File "/home/kimia.gh/.conda/envs/deepermd/bin/dp", line 7, in <module> |
| 16 | + from deepmd.entrypoints.main import main |
| 17 | + File "/home/kimia.gh/.local/lib/python3.10/site-packages/deepmd/__init__.py", line 7, in <module> |
| 18 | + import deepmd.utils.network as network |
| 19 | + File "/home/kimia.gh/.local/lib/python3.10/site-packages/deepmd/utils/__init__.py", line 2, in <module> |
| 20 | + from .data import DeepmdData |
| 21 | + File "/home/kimia.gh/.local/lib/python3.10/site-packages/deepmd/utils/data.py", line 10, in <module> |
| 22 | + from deepmd.env import GLOBAL_NP_FLOAT_PRECISION |
| 23 | + File "/home/kimia.gh/.local/lib/python3.10/site-packages/deepmd/env.py", line 303, in <module> |
| 24 | + op_module = get_module("libop_abi") |
| 25 | + File "/home/kimia.gh/.local/lib/python3.10/site-packages/deepmd/env.py", line 236, in get_module |
| 26 | + raise RuntimeError( |
| 27 | +RuntimeError: This deepmd-kit package was compiled with CXX11_ABI_FLAG=0, but TensorFlow runtime was compiled with CXX11_ABI_FLAG=1. These two library ABIs are incompatible and thus an error is raised when loading libop_abi. You need to rebuild deepmd-kit against this TensorFlow runtime. |
0 commit comments