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

Support Protos That Reference Google/Protobuf #793

Merged
merged 1 commit into from
Feb 16, 2023

Conversation

connoranderson
Copy link
Contributor

@connoranderson connoranderson commented Feb 16, 2023

Installed plotjuggler via snap in ubuntu 20.04

Noticed that, when importing a large protobuf message which depends on google/protobuf, I got the following error

google/protobuf/descriptor.proto: File not found

I assumed this was just a problem of needing to reference the path to these protos. However, this path selection through the plotjuggler GUI was unsuccessful.

Google'd the problem and found this discussion which yielded the result of installing apt package libprotobuf-dev. Once this was installed, I did not need to add anything to my protobuf path to get the import to work.

I should probably dig deeper to figure out why this package was needed instead of just libprotobuf17, but figured the solution might be valuable before that detail is solved.

@facontidavide facontidavide merged commit e67ddb4 into facontidavide:main Feb 16, 2023
@facontidavide
Copy link
Owner

LGTM, thanks

@connoranderson connoranderson deleted the patch-1 branch March 8, 2023 00:35
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

Successfully merging this pull request may close these issues.

2 participants