libtensorflow_framework.so.2: cannot open shared object file: No such file or directory #248
Replies: 3 comments
-
Please upgrade Tensorflow to 2.1. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your comment. I upgrade Tensorflow to 2.1, then executed
Could you please let me the possible reason? Thank you. |
Beta Was this translation helpful? Give feedback.
-
I don't know why. It was working in Google Colaboratory. You can try |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have an error when installing the python interface of deepmd-kit.
I followed the instructions to install python interface of deepmd-kit and tensorflow:
python3 -m venv --system-site-packages tf1.14
source tf1.14/bin/activate
pip install --upgrade pip
pip install --upgrade tensorflow
pip install --upgrade tensorflow==1.14
pip install deepmd-kit
I verified my tensorflow installation by
python -c "import tensorflow as tf;print(tf.reduce_sum(tf.random.normal([1000, 1000])))"
and it outputsWhen I execute the command
dp -h
,it says
Could you give any clue what the problem might be? Thank you.
I tried to address this issue by linking
libtensorflow_framework.so.2
tolibtensorflow_framework.1
, because I can findlibtensorflow_framework.so.1
intf1.14/lib64/python3.6/site-packages/tensorflow
. However it doesn't work.System info:
python 3.6.8
gcc 4.8.5
cmake 3.11.0
tensorflow 1.14.0
deepmd 1.2.0
Beta Was this translation helpful? Give feedback.
All reactions