You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2026. It is now read-only.
TypeError: Couldn't build proto file into descriptor pool!
Invalid proto descriptor for file "b_a.proto":
A.name: "A.name" is already defined in file "a_a.proto".
A: "A" is already defined in file "a_a.proto".
So I assume with __protobuf__ = proto.module(package="a") and __protobuf__ = proto.module(package="b") you can somewhat define proto packages.