We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1acca46 commit 55e316aCopy full SHA for 55e316a
src/pip/_internal/resolution/resolvelib/reporter.py
@@ -35,6 +35,8 @@ def __init__(self):
35
"This is taking longer than usual. You might need to provide the "
36
"dependency resolver with stricter constraints to reduce runtime."
37
"If you want to abort this run, you can press Ctrl + C to do so."
38
+ "To improve how pip performs, tell us that this happened here: "
39
+ "https://pip.pypa.io/surveys/backtracking"
40
)
41
}
42
0 commit comments