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 f25f8ff commit 0787425Copy full SHA for 0787425
src/pip/_internal/resolution/resolvelib/reporter.py
@@ -22,7 +22,7 @@ def __init__(self) -> None:
22
8: (
23
"pip is looking at multiple versions of {package_name} to "
24
"determine which version is compatible with other "
25
- "requirements. This could take a while."
+ "requirements. This could take quite a while."
26
),
27
13: (
28
"This is taking longer than usual. You might need to provide "
0 commit comments