When I run example/example.py, I am getting the following error.
[libprotobuf FATAL google/protobuf/stubs/common.cc:61] This program requires
version 3.6.1 of the Protocol Buffer runtime library, but the installed
version is 2.6.1. Please update your library. 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/genfiles/tensorflow/core/framework/tensor_shape.pb.cc".)
terminate called after throwing an instance of
'google::protobuf::FatalException'
what(): This program requires version 3.6.1 of the Protocol Buffer runtime
library, but the installed version is 2.6.1. Please update your library. 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/genfiles/tensorflow/core/framework
/tensor_shape.pb.cc".)
Aborted (core dumped)
When I run example/example.py, I am getting the following error.
My protobuf version in python is:
Other details:
I also installed protobuf-cpp-3.6.1