Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The app is impossible to build on macOS Monterey #329

Closed
d-uzlov opened this issue May 27, 2022 · 1 comment · Fixed by #268
Closed

The app is impossible to build on macOS Monterey #329

d-uzlov opened this issue May 27, 2022 · 1 comment · Fixed by #268

Comments

@d-uzlov
Copy link
Contributor

d-uzlov commented May 27, 2022

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.

@freedomtan
Copy link
Contributor

bazel 5.x looks to be a reasonable one since we are moving to TensorFlow 2.8 or later.

@freedomtan freedomtan linked a pull request Jun 2, 2022 that will close this issue
@freedomtan freedomtan added the 2.1 label Jun 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants