Skip to content

Commit

Permalink
Simplify hint message in invalid install error
Browse files Browse the repository at this point in the history
  • Loading branch information
notatallshaw committed Oct 20, 2024
1 parent e515d72 commit faf02ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pip/_internal/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,6 @@ def __init__(
f"{invalid_type}s can not be processed."
),
hint_stmt=(
"To proceed this package must be uninstalled using 'pip<24.1', "
"some other Python package tool, or manually deleted."
"To proceed this package must be uninstalled."
),
)

0 comments on commit faf02ac

Please sign in to comment.