Hi! I just generate the python classes from some .proto files using the compiler.
I install with pip3 the google.protobuf package. When I try to import the package produced as result of compilation I encounter: " AttributeError: module 'google.protobuf.descriptor' has no attribute 'FileOptions' " and seams that message is correct. In the google.protobuf.descriptor indeed there is no FileOptions attribute. It is a protobuf python generator problem? It is a configuration problem (I mean I should do something in order to make things work smoothly and I didn't) ? Any advice / tip / hint will be appreciated. Kind regards, Radu Mirescu -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
