I was faced with build errors and tried to learn bazel to find the version limit between bazel and python. I spent 2 days for solving these problems and finally find the solution.
Build error:
Solution:
Try sudo pip3 install localconfig to fix local_config_python
My python version is 3.8.0. Try sudo apt-get install python3.8-distutils to fix distutils.
I was faced with build errors and tried to learn bazel to find the version limit between bazel and python. I spent 2 days for solving these problems and finally find the solution. Build error:
Solution: