biotorch icon indicating copy to clipboard operation
biotorch copied to clipboard

Protobuf version problem

Open JingtongSu opened this issue 3 years ago • 0 comments

Hi authors!

I encountered a problem when I tried to run the basic FA experiments on the CIFAR-10 dataset with the resnet20 model. It told me that:

[libprotobuf FATAL google/protobuf/stubs/common.cc:83] This program was compiled against version 3.9.2 of the Protocol Buffer runtime library, which is not compatible with the installed version (3.19.3). Contact the program author for an update. If you compiled the program yourself, make sure that your headers are from the same version of Protocol Buffers as your link-time library. (Version verification failed in "bazel-out/k8-opt/bin/tensorflow/core/framework/tensor_shape.pb.cc".) terminate called after throwing an instance of 'google::protobuf::FatalException' what(): This program was compiled against version 3.9.2 of the Protocol Buffer runtime library, which is not compatible with the installed version (3.19.3). Contact the program author for an update. If you compiled the program yourself, make sure that your headers are from the same version of Protocol Buffers as your link-time library. (Version verification failed in "bazel-out/k8-opt/bin/tensorflow/core/framework/tensor_shape.pb.cc".)

Could you please help me resolve this problem? What dependencies should I update to fix the inconsistency?

Thank you!

JingtongSu avatar Jan 24 '22 17:01 JingtongSu