| AbdealiJK added a comment. |
Possible, older versions of pip do not consider rc versions to match without the --pre arg,
My pip (v8.1.1) takes a dev/rc/alpha/beta version if there is no stable release released on pypi yet.
For example, pip install file-metadata installs a dev version, because there has been no stable version of file-metadata released yet. But for @DrTrigon pip install file-metadata had failed, and it only worked with the --pre tag.
TASK DETAIL
EMAIL PREFERENCES
To: jayvdb, AbdealiJK
Cc: DrTrigon, AbdealiJK, Ash_Crow, Negative24, JeanFred, Fhocutt, Aklapper, noirbizarre, Dalba, valhallasw, Legoktm, jayvdb, Ricordisamoa, pywikibot-bugs-list, Ladsgroup, Mdupont
Cc: DrTrigon, AbdealiJK, Ash_Crow, Negative24, JeanFred, Fhocutt, Aklapper, noirbizarre, Dalba, valhallasw, Legoktm, jayvdb, Ricordisamoa, pywikibot-bugs-list, Ladsgroup, Mdupont
_______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
