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.
2 parents 6e7096f + ac67bba commit e1dd4b4Copy full SHA for e1dd4b4
src/pip/_internal/resolution/resolvelib/reporter.py
@@ -27,8 +27,8 @@ def __init__(self) -> None:
27
13: (
28
"This is taking longer than usual. You might need to provide "
29
"the dependency resolver with stricter constraints to reduce "
30
- "runtime. If you want to abort this run, you can press "
31
- "Ctrl + C to do so."
+ "runtime. See https://pip.pypa.io/warnings/backtracking for "
+ "guidance. If you want to abort this run, press Ctrl + C."
32
),
33
}
34
0 commit comments