This project fails to build when --incompatible_use_python_toolchains
is enabled. It looks like you have a Python 2 target used as a tool in the host configuration, but the host configuration by default uses Python 3. We don't support multiple Python versions in the host configuration, but you can choose which version is used build-wide by setting --host_force_python=PY2
. See the migration bug and bazelbuild/bazel#6443 for details.