Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion python/private/pypi/pkg_aliases.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,17 @@ load(
)

_NO_MATCH_ERROR_TEMPLATE = """\
No matching wheel for current configuration's Python version.
No matching wheel for current configuration's Python version and platform.

The current build configuration's Python version doesn't match any of the Python
wheels available for this distribution. This distribution supports the following Python
configuration settings:
{config_settings}

As configured by the `pip.parse.target_platforms` attribute. Note that
`requirements_by_platform` only affects the Bazel host platform unless
`target_platforms` is also set.

To determine the current configuration's Python version, run:
`bazel config <config id>` (shown further below)

Expand Down