You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[libprotobuf FATAL google/protobuf/stubs/common.cc:61] This program requires version 3.5.0 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 "google/protobuf/descriptor.pb.cc".)
#2061
Open
iot-hunter opened this issue
Jun 5, 2018
· 0 comments
[libprotobuf FATAL google/protobuf/stubs/common.cc:61] This program requires version 3.5.0 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 "google/protobuf/descriptor.pb.cc".)
Using DIGITS to train an Object Detection network has this error
so I do this
pip uninstall protobuf
then
sudo pip install protobuf==2.6.1
and it can run .
but tensoflow-gpu1.2.1 only support 3.2+
what should I do ?
but the installed version is 2.6.1 and this 2.6.1 where I change it to 3.5.0
The text was updated successfully, but these errors were encountered:
[libprotobuf FATAL google/protobuf/stubs/common.cc:61] This program requires version 3.5.0 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 "google/protobuf/descriptor.pb.cc".)
Using DIGITS to train an Object Detection network has this error
so I do this
pip uninstall protobuf
then
sudo pip install protobuf==2.6.1
and it can run .
but tensoflow-gpu1.2.1 only support 3.2+
what should I do ?
but the installed version is 2.6.1 and this 2.6.1 where I change it to 3.5.0
The text was updated successfully, but these errors were encountered: