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

Protocol Buffer library not compatible #59

Open
philipproy opened this issue Jan 11, 2022 · 3 comments
Open

Protocol Buffer library not compatible #59

philipproy opened this issue Jan 11, 2022 · 3 comments

Comments

@philipproy
Copy link

philipproy commented Jan 11, 2022

When running the inference ant train script with the sample data and the suggested model in the provided docker, following error occurs:

[libprotobuf FATAL google/protobuf/stubs/common.cc:83] This program was compiled against version 3.5.1 of the Protocol Buffer runtime library, which is not compatible with the installed version (3.19.2). Contact the program author for an update. 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 "/tmp/build/80754af9/opencv-suite_1535558553474/work/modules/dnn/misc/caffe/opencv-caffe.pb.cc".)
terminate called after throwing an instance of 'google::protobuf::FatalException'
what(): This program was compiled against version 3.5.1 of the Protocol Buffer runtime library, which is not compatible with the installed version (3.19.2). Contact the program author for an update. 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 "/tmp/build/80754af9/opencv-suite_1535558553474/work/modules/dnn/misc/caffe/opencv-caffe.pb.cc".)
Aborted (core dumped)

@GJHUB
Copy link

GJHUB commented Feb 22, 2022

Did you solve this problem? I have the same issue

@ky-zhou
Copy link

ky-zhou commented Apr 25, 2022

Im using ubuntu 20.04, pytorch 1.10, same problem

@rakeshshrestha31
Copy link

Was also having the same issue on Ubuntu 20.04, cuda 11. Installing (using conda) pytorch 1.7.0 cudatoolkit 11.0 and detectron2 0.5 solved it

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

4 participants