grpc-ios icon indicating copy to clipboard operation
grpc-ios copied to clipboard

Investigate workaround for OSX Monterey & Bazel 4.2.x python env not found issue

Open dennycd opened this issue 2 years ago • 0 comments

OSX Monterey removes python2 in default system path, and as a result, causing bazel 4.2.x iOS target build failure due to "python" not found error. Upgrading to bazel 5.x appears fixing the issue. However, this is dependent on gRPC c-core's bazel version upgrade

Investigate possible workaround with using bazel 4.2.1 on Mac OSX Monterey for iOS bazel tests.

related PR discussion https://github.com/grpc/grpc/pull/29599


cc @HannahShiSFB

dennycd avatar May 11 '22 21:05 dennycd