Deep-Image-Matting icon indicating copy to clipboard operation
Deep-Image-Matting copied to clipboard

require 3.5.0 of the Protocol Buffer runtime library,

Open Bobyuan1015 opened this issue 6 years ago • 1 comments

/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

Bobyuan1015 avatar May 30 '18 11:05 Bobyuan1015

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!

lengnuanzihi avatar Mar 26 '19 11:03 lengnuanzihi