This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: pip install will install version 0.0.0 if existing in stead of newer ones
Type: behavior Stage: resolved
Components: Installation Versions: Python 3.8, Python 3.7, Python 3.6
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: iwetzel, steven.daprano
Priority: normal Keywords:

Created on 2020-08-04 18:35 by iwetzel, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg374838 - (view) Author: Immo Wetzel (iwetzel) Date: 2020-08-04 18:35
if a version 0.0.0 is existing in repo/index ...
pip will install this version and not the newer ones.
msg374847 - (view) Author: Steven D'Aprano (steven.daprano) * (Python committer) Date: 2020-08-04 22:55
This is a bug tracker for issues with the Python language, interpreter and standard library. For third party applications like pip, please report bugs to their maintainers.

https://github.com/pypa/pip/issues
History
Date User Action Args
2022-04-11 14:59:34adminsetgithub: 85653
2020-08-04 22:55:01steven.dapranosetstatus: open -> closed

nosy: + steven.daprano
messages: + msg374847

resolution: third party
stage: resolved
2020-08-04 18:35:49iwetzelcreate