8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a9311c commit 1b4f61bCopy full SHA for 1b4f61b
python/pip_install/extract_wheels/lib/bazel.py
@@ -95,7 +95,7 @@ def whl_requirement(name):
95
return requirement(name) + ":whl"
96
97
def install_deps():
98
- fail("install_deps() only works if you are creating an incremental repo. Did you mean to use pip_install_incremental()?")
+ fail("install_deps() only works if you are creating an incremental repo. Did you mean to use pip_parse()?")
99
""".format(
100
repo=repo_name,
101
requirement_labels=requirement_labels,
0 commit comments