Replies: 1 comment 1 reply
-
The reason may be that two different protobuf libraries are loaded (when the Python and C++ interface are compiled against different protobuf) and protobuf doesn't allow this behavior. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I meet this error:
[libprotobuf ERROR google/protobuf/descriptor_database.cc:642] File already exists in database: tensorflow/compiler/xla/xla_data.proto
[libprotobuf FATAL google/protobuf/descriptor.cc:1984] CHECK failed: GeneratedDatabase()->Add(encoded_file_descriptor, size):
when importing DP with LAMMPSlib at the same time:
Beta Was this translation helpful? Give feedback.
All reactions