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
/usr/bin/env: 'python3': No such file or directory
when I try to build python_grpclib_library where the host does not have python.
Repro
To repro, make sure you run this on a machine where python3 is not installed globally.
Log Output
ERROR: /workspace/build/x/x/protos/public/payment/v0/BUILD.bazel:17:13: Compiling protoc outputs for grpclib_plugin plugin on target @@//protos/public/payment/v0:payment_v0_go_proto_python_grpc_compile_pb failed: (Exit 1): bash failed: error executing ProtoCompile command (from target //protos/public/payment/v0:payment_v0_go_proto_python_grpc_compile_pb) /bin/bash -c ... (remaining 8 arguments skipped)
Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
/usr/bin/env: 'python3': No such file or directory
--grpclib_plugin_out: protoc-gen-grpclib_plugin: Plugin failed with status code 127.
Issue Description
I'm seeing the following error:
when I try to build python_grpclib_library where the host does not have python.
Repro
To repro, make sure you run this on a machine where python3 is not installed globally.
Log Output
rules_proto_grpc Version
5.0.1
Bazel Version
7.4.0
OS
Debian bookworm
Link to Demo Repo
No response
MODULE.bazel or WORKSPACE Content
BUILD Content
Proto Content
Any Other Content
The text was updated successfully, but these errors were encountered: