rules_proto_grpc icon indicating copy to clipboard operation
rules_proto_grpc copied to clipboard

Runtime version cannot be older than the linked gencode version.

Open zhengdechang opened this issue 6 months ago • 0 comments

Issue Description

google.protobuf.runtime_version.VersionError: Detected incompatible Protobuf Gencode/Runtime versions when loading protos/brand_inference.proto: gencode 5.29.2 runtime 5.27.2. Runtime version cannot be older than the linked gencode version. See Protobuf version guarantees at https://protobuf.dev/support/cross-version-runtime-guarantee.

bazel_dep(name = "rules_proto_grpc_python", version = "5.0.1") # 5.27.2

bazel_dep(name = "protobuf", version = "29.2", repo_name = "com_google_protobuf") # 5.29.2

Log Output


rules_proto_grpc Version

5.0.1

Bazel Version

8.0.0.0

OS

linux

Link to Demo Repo

No response

MODULE.bazel or WORKSPACE Content


BUILD Content


Proto Content


Any Other Content


zhengdechang avatar May 08 '25 04:05 zhengdechang