Bazel Build failing for latest develop on my local machine #4357
Answered
by
yash10019coder
yash10019coder
asked this question in
Q&A (Other)
-
Beta Was this translation helpful? Give feedback.
Answered by
yash10019coder
May 15, 2022
Replies: 1 comment 1 reply
-
python3 was installed and bazel was searching for python which fixes my problem. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yash10019coder
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
python3 was installed and bazel was searching for python
so I installed python-is-python3 package
sudo apt install python-is-python3
which fixes my problem.