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 i-Ching
Recipients christian.heimes, i-Ching
Date 2022-01-17.00:18:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642378703.77.0.510732436584.issue46401@roundup.psfhosted.org>
In-reply-to
Content
Thank you for your solution: setting the env var SETUPTOOLS_USE_DISTUTILS=stdlib.

1. At my previous Python 3.10.1, I always upgrade to the latest setuptools (60.5.0), then I get an error of "No module named 'binascii'" during upgrading to Python 3.10.2 from compiling source.

2. I do not have the above issue as I install a new Python 3.10.2 with the bundled setuptools 59.0.1 at termux environment.

It is an issue of upgrade at my linux environment.

I shall close this ticket soon.
History
Date User Action Args
2022-01-17 00:18:23i-Chingsetrecipients: + i-Ching, christian.heimes
2022-01-17 00:18:23i-Chingsetmessageid: <1642378703.77.0.510732436584.issue46401@roundup.psfhosted.org>
2022-01-17 00:18:23i-Chinglinkissue46401 messages
2022-01-17 00:18:23i-Chingcreate