Display pre-release version hint in package version output of "pip search" (and others) #5169
Labels
auto-locked
Outdated issues that have been locked by automation
good first issue
A good item for first time contributors to work on
type: enhancement
Improvements to functionality
Description:
In #5168 I learned that version numbers like "2018.04.04a" are interpreted as pre-release versions. Therefore I could not install them without adding the parameter
--pre
.However, this is implicit knowledge the user must have about interpretations of version numbers and related pip behavior in order to understand the behavior of pip. Otherwise, the user is irritated, just like I was until a couple of minutes ago.
Current situation where 2018.04.04a is not installable when
--pre
is not given:Shouldn't there at least be a hint such as following suggestion?
Maybe this applies for multiple stdout messages.
What I've run:
See #5168 to give you some background.
The text was updated successfully, but these errors were encountered: