Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

require 3.5.0 of the Protocol Buffer runtime library, #25

Open
Bobyuan1015 opened this issue May 30, 2018 · 1 comment
Open

require 3.5.0 of the Protocol Buffer runtime library, #25

Bobyuan1015 opened this issue May 30, 2018 · 1 comment

Comments

@Bobyuan1015
Copy link

/usr/bin/python2.7 /home/spritar/bob/workplace/AI/Deep-Image-Matting/matting.py
[libprotobuf FATAL google/protobuf/src/google/protobuf/stubs/common.cc:67] This program requires version 3.5.0 of the Protocol Buffer runtime library, but the installed version is 3.0.0. 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".)
terminate called after throwing an instance of 'google::protobuf::FatalException'
what(): This program requires version 3.5.0 of the Protocol Buffer runtime library, but the installed version is 3.0.0. 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".)

Process finished with exit code 134 (interrupted by signal 6: SIGABRT)

PS: I installed 3.5.2.post1 protocol buffers. I followed the instructions below:
$ ./configure
$ make
$ make check
$ sudo make install
$ sudo ldconfig # refresh shared library cache.

what can I do for this problem? help please

@lengnuanzihi
Copy link

hi,i still have this problem ,and it buzzles me some days, can you tell me how do you solve this question?
i install protobuf3.6.0,but still have this problem,i'm same with you!Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants