Skip to content

Commit faf02ac

Browse files
committed
Simplify hint message in invalid install error
1 parent e515d72 commit faf02ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pip/_internal/exceptions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,6 @@ def __init__(
806806
f"{invalid_type}s can not be processed."
807807
),
808808
hint_stmt=(
809-
"To proceed this package must be uninstalled using 'pip<24.1', "
810-
"some other Python package tool, or manually deleted."
809+
"To proceed this package must be uninstalled."
811810
),
812811
)

0 commit comments

Comments
 (0)