Joker316701882 / Deep-Image-Matting

This is tensorflow implementation for paper "Deep Image Matting"
626 stars 188 forks source link

require 3.5.0 of the Protocol Buffer runtime library, #25

Open Bobyuan1015 opened 6 years ago

Bobyuan1015 commented 6 years ago

/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 commented 5 years ago

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!