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 1e2be0e commit 6159bcaCopy full SHA for 6159bca
src/pip/_internal/resolution/resolvelib/factory.py
@@ -799,7 +799,7 @@ def describe_trigger(parent: Candidate) -> str:
799
+ "\n\n"
800
+ "To fix this you could try to:\n"
801
+ "1. loosen the range of package versions you've specified\n"
802
- + "2. remove package versions to allow pip attempt to solve "
+ + "2. remove package versions to allow pip to attempt to solve "
803
+ "the dependency conflict\n"
804
)
805
0 commit comments