[issue41481] pip install will install version 0.0.0 if existing in stead of newer ones

2020-08-04 Thread Steven D'Aprano
Steven D'Aprano added the comment: 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 -- nosy: +steven.daprano resolution: ->

[issue41481] pip install will install version 0.0.0 if existing in stead of newer ones

2020-08-04 Thread Immo Wetzel
New submission from Immo Wetzel : if a version 0.0.0 is existing in repo/index ... pip will install this version and not the newer ones. -- components: Installation messages: 374838 nosy: iwetzel priority: normal severity: normal status: open title: pip install will install version 0.0.