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
ERROR: Analysis of target '//thirdparty/pip/3:compile' failed; build aborted: error loading package '@com_apt_itude_rules_pip//': Unable to find pa
ckage for @com_github_bazelbuild_buildtools//buildifier:def.bzl: The repository '@com_github_bazelbuild_buildtools' could not be resolved.
INFO: Elapsed time: 0.233s
The problem seems to be caused by https://github.com/apt-itude/rules_pip/blob/master/BUILD where buildifier is being loaded. This should be moved to a private BUILD file instead of being publicly visible in the top level, so that other libraries depending on rules_pip are not required to depend on buildifier (and therefore go toolchains, etc).
The text was updated successfully, but these errors were encountered:
Only loading
com_apt_itude_rules_pip
and callingpip_repository
rules, e.g.Results in the following error:
The problem seems to be caused by https://github.com/apt-itude/rules_pip/blob/master/BUILD where
buildifier
is being loaded. This should be moved to a privateBUILD
file instead of being publicly visible in the top level, so that other libraries depending onrules_pip
are not required to depend onbuildifier
(and thereforego
toolchains, etc).The text was updated successfully, but these errors were encountered: