Replies: 2 comments
-
The compilation command is: cmake ../ -DTENSORFLOW_ROOT= |
Beta Was this translation helpful? Give feedback.
0 replies
-
Protobuf headers are required, as shown in the message. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Summary
I encountered the error 'TensorFlow is not linked to protobuf' while compiling DeepMD, but in fact, I did not have the protobuf option when building TensorFlow==2.7.0 automatically. It seems that Protobuf is already built into libtensorflow_cc.so. I want to know how to resolve this error.


DeePMD-kit Version
2.7.0
TensorFlow Version
2.2.7
Python Version, CUDA Version, GCC Version, LAMMPS Version, etc
cpu
Details
I am compiling the CPU version of TensorFlow and DeepMDKit.
Beta Was this translation helpful? Give feedback.
All reactions