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.

Author anthon
Recipients anthon
Date 2020-03-30.19:09:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585595381.19.0.00980598804085.issue40119@roundup.psfhosted.org>
In-reply-to
Content
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.)
History
Date User Action Args
2020-03-30 19:09:41anthonsetrecipients: + anthon
2020-03-30 19:09:41anthonsetmessageid: <1585595381.19.0.00980598804085.issue40119@roundup.psfhosted.org>
2020-03-30 19:09:41anthonlinkissue40119 messages
2020-03-30 19:09:40anthoncreate