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 steve.dower
Recipients dstufft, eric.araujo, jpe, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-10-19.16:57:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603126633.6.0.0750045549925.issue42080@roundup.psfhosted.org>
In-reply-to
Content
If you're building through setuptools, then it's a setuptools bug (they own distutils going forward). https://github.com/pypa/setuptools

If you're not, please try with setuptools in the picture. It shouldn't require any more than just importing its "setup()" function instead of distutils's.
History
Date User Action Args
2020-10-19 16:57:13steve.dowersetrecipients: + steve.dower, jpe, paul.moore, tim.golden, eric.araujo, zach.ware, dstufft
2020-10-19 16:57:13steve.dowersetmessageid: <1603126633.6.0.0750045549925.issue42080@roundup.psfhosted.org>
2020-10-19 16:57:13steve.dowerlinkissue42080 messages
2020-10-19 16:57:13steve.dowercreate