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
Bazel 4.2.2 requires python2 in system folder on macos, particularly /usr/bin/python.
macOS 12 Monterey removed it, so bazel is no longer able to work.
It seems like the only viable solution here is to use newer bazel version (the fix is available starting from 5.0.0). Theoretically we could also build our custom modified bazel-4.2.2 with a patch from newer bazel version but I would prefer to use the official version.
The text was updated successfully, but these errors were encountered:
Bazel 4.2.2 requires python2 in system folder on macos, particularly
/usr/bin/python
.macOS 12 Monterey removed it, so bazel is no longer able to work.
It seems like the only viable solution here is to use newer bazel version (the fix is available starting from 5.0.0). Theoretically we could also build our custom modified bazel-4.2.2 with a patch from newer bazel version but I would prefer to use the official version.
The text was updated successfully, but these errors were encountered: