Skip to content

Commit

Permalink
Merge pull request #12553 from dpoznik/fix-installation-error-message…
Browse files Browse the repository at this point in the history
…-text

Add missing word to installation-error message
  • Loading branch information
pfmoore authored Mar 8, 2024
2 parents 1e2be0e + 6159bca commit 0235025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/resolution/resolvelib/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ def describe_trigger(parent: Candidate) -> str:
+ "\n\n"
+ "To fix this you could try to:\n"
+ "1. loosen the range of package versions you've specified\n"
+ "2. remove package versions to allow pip attempt to solve "
+ "2. remove package versions to allow pip to attempt to solve "
+ "the dependency conflict\n"
)

Expand Down

0 comments on commit 0235025

Please sign in to comment.