Skip to content

Build breakage with upcoming Bazel change for Python toolchains #9

@brandjon

Description

@brandjon

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions