You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no such package '@@rules_python++pip+pypi//pyreadline3': BUILD file not found in directory 'pyreadline3' of external repository @@rules_python++pip+pypi
🐞 bug report
Affected Rule
rules_python++pip+pypi
Is this a regression?
Yes, the issue is new in 1.4, last checked against rc2, and wasn't present in 1.3
Description
rules_python 1.4.0-rc2 tries to install windows only dependencies when not needed.
🔬 Minimal Reproduction
bazel query '@@rules_python++pip+pypi_311_humanfriendly//:all' --output=build
on 1.4 shows
deps = select({"@@rules_python++pip+pypi_311_humanfriendly//:is_windows_x86_64": ["@pypi//pyreadline3:pkg"], "//conditions:default": []}),
1.4.0-rc2 rules_python++pip+pypi_311_humanfriendly/BUILD.bazel
1.3.0 rules_python++pip+pypi_311_humanfriendly/BUILD.bazel
🔥 Exception or Error
We don't have pyreadline3 in our dependency list.
🌍 Your Environment
builds targeted for mac/linux only
Output of
bazel version
:Rules_python version:
The text was updated successfully, but these errors were encountered: