I just compiled a bunch of .proto files in a directory into _pb2.py files, they are all connected through the "import" in them. When I run the main file (don't get anything while importing), i get this error:
_RESPONSE TypeError: 'google.protobuf.pyext._message.MessageDescriptor' object is not callable Protobuf version: 3.19.0 -- 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/76d8a072-03d0-46d3-9392-ebc4d913d75dn%40googlegroups.com.
