Replies: 1 comment 2 replies
-
We compiled the pypi package with the newest TensorFlow (2.1). You can compile deepmd-kit with any TensorFlow version, just using
pip install git+https://github.com/deepmodeling/deepmd-kit
Thanks!
… On Feb 28, 2020, at 10:21, Drew Rohskopf ***@***.***> wrote:
Whenever I do pip install deepmd-kit, and run the dp -h test, it fails if unless my Tensorflow version is 2.x.
The error is:
tensorflow.python.framework.errors_impl.NotFoundError: libtensorflow_framework.so.2: cannot open shared object file: No such file or directory
So if you use Tensorflow version 1.x with the latest deepmd-kit, it won't work?
Just wondering if this is a bug or if this is intentional.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
njzjz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Whenever I do
pip install deepmd-kit
, and run thedp -h
test, it fails if unless my Tensorflow version is 2.x.The error is:
tensorflow.python.framework.errors_impl.NotFoundError: libtensorflow_framework.so.2: cannot open shared object file: No such file or directory
So if you use Tensorflow version 1.x with the latest deepmd-kit, it won't work?
Just wondering if this is a bug or if this is intentional.
Beta Was this translation helpful? Give feedback.
All reactions