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
I get the classic in cmd attribute of genrule rule @@python3.13.0//:repro: label '@@python3.13.0//:python_binary' in $(location) expression expands to more than one file, please use...
Is there a known workaround for this?
The text was updated successfully, but these errors were encountered:
I have a python interpreter being built from source:
which is then used in a
runnable_binary
rule:however, if I want to use the runnable binary in this
genrule
I get the classic
in cmd attribute of genrule rule @@python3.13.0//:repro: label '@@python3.13.0//:python_binary' in $(location) expression expands to more than one file, please use...
Is there a known workaround for this?
The text was updated successfully, but these errors were encountered: