We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On building the hector drone package, I am encountering the following Protobuf error:
error.txt
I encountered the same error in multiple other projects, like this issue in PXLRoboticsLab's ardrone repo.
Kindly help me solve this version issue.
Some outputs that might be helpful:
protoc --version
libprotoc 3.20.1
which protoc
/usr/bin/protoc
/usr/bin/protoc --version
The text was updated successfully, but these errors were encountered:
You may try this BVLC/caffe#6527.
Sorry, something went wrong.
sudo apt-get remove protobuf-compiler python -m pip install protobuf==3.6.1
No branches or pull requests
On building the hector drone package, I am encountering the following Protobuf error:
error.txt
I encountered the same error in multiple other projects, like this issue in PXLRoboticsLab's ardrone repo.
Kindly help me solve this version issue.
Some outputs that might be helpful:
protoc --version
results in versionlibprotoc 3.20.1
which protoc
results in location/usr/bin/protoc
/usr/bin/protoc --version
results in versionlibprotoc 3.20.1
The text was updated successfully, but these errors were encountered: