[New-bugs-announce] [issue40119] ensurepip should use ifferent pattern for pip/setuptool wheel files

Anthon van der Neut report at bugs.python.org
Mon Mar 30 15:09:41 EDT 2020


New submission from Anthon van der Neut <anthon at mnt.org>:

Setuptools, starting with minor version 45.1.0 no longer is a -py2.py3-none-any.whl file, but a -py3-none-any.whl file. In ensurepip's __init__.py the former is hard-coded, so the setuptools shipping with python (for 3.9.0a5 this is 41.2.0) cannot be upgraded beyond 45.0.0 

I can provide a PR that fixes this, (either by using glob.glob() to find the exact .whl available. or by extending the tuple in _PROJECTS.)

----------
messages: 365344
nosy: anthon
priority: normal
severity: normal
status: open
title: ensurepip should use ifferent pattern for pip/setuptool wheel files
type: enhancement
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40119>
_______________________________________


More information about the New-bugs-announce mailing list