-
Notifications
You must be signed in to change notification settings - Fork 71
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
How to import google.protobuf.* ?? #133
Comments
Hi, I have the same question, I'm trying to use google/protobuf/any.proto and google/protobuf/timestamp.proto, I'm not sure it's supported by pyrobuf? Regards, |
Did you guys figure this out for includes? |
I am having the same issue |
It doesn't seem to be supported yet. Including this piece of code in
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I need import "google/protobuf/timestamp.proto".
I already cloned protocolbuffers/protobuf,
and exec "pyrobuf --proto3 --include xxx/yyy/protocolbuffers/protobuf/src myproto3.proto"
pyrobuf output: "AssertionError: unexpected ENUM_FIELD token on line 44: ' google.protobuf.Timestamp xxx yyy"
The text was updated successfully, but these errors were encountered: