Closed zanes2016 closed 6 years ago
Whoops, this is something that's fixed in the master branch but there hasn't been a release in a really long time. If you point your git_repository at the latest commit you will likely have better luck.
And I really need to get a new release out. I'll do it soon.
Thanks @benley It works with the following
git_repository(
name = "io_bazel_rules_pex",
remote = "https://github.com/benley/bazel_rules_pex.git",
commit = "7e6890ff5f806dcc3790b86e4acfed9ad3a82ee7",
)
load("@io_bazel_rules_pex//pex:pex_rules.bzl", "pex_repositories")
pex_repositories()
I get the following error when
pex_repositories()
is called:Environment
Bazel Version
WORKSPACE