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
When using the Python dependency of protobuf v4 and generate the proto/gRPC code with rules_proto_grpc via bazel. I get the following error:
If this call came from a `_pb2.py` file, your generated code is out of date and must be regenerated with `protoc >= 3.19.0`.
If you cannot immediately regenerate your protos, some other possible workarounds are:
1. Downgrade the `protobuf` package to `3.20.x` or lower
2. Set `PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python` (but this will use pure-Python parsing and will be much slower).
Are there any plans to support protobuf v4 (which builds upon upb)?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When using the Python dependency of
protobuf v4
and generate the proto/gRPC code withrules_proto_grpc
viabazel
. I get the following error:Are there any plans to support
protobuf v4
(which builds uponupb
)?Beta Was this translation helpful? Give feedback.
All reactions