I am not completely sure, but i have this note written: In order to compile protobufs, `/usr/local/include` should be populated with [protocolbuffers/protobuf]( https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protoc-3.12.3-linux-x86_64.zip ). Copy `include/google/protobuf` directory from downloaded archive into `/usr/local/include/google`
IIRC that directory contains missing annotations. You could include that directory in your proto directory and pass it as argument to the protoc compiler. Hope this leads somewhere. Hadn't worked with it for some time. On Tuesday, July 14, 2020 at 10:17:59 AM UTC+3 [email protected] wrote: > Hello, > > I am using protobuf for the first time and I have a type of > google.protobuf.timestamp for getting Date. How do I use these types in > pyscript? > > Thanks, > N.kundana > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/7d120b24-dbfc-4d96-8316-81036e91ae67n%40googlegroups.com.
