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 i-Ching
Date 2022-01-16.16:35:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642350912.93.0.908239362744.issue46401@roundup.psfhosted.org>
In-reply-to
Content
1. Before upgrade to Python version 3.10.2 from source on Debian Linux, I must downgrade setuptools to version 59.8.0 or below.

2. At the stage of "make -j 4", setuptools version 60.0.0 or above raise an error of: ModuleNotFoundError: No module named 'binascii'

It is not a big issue, just remind Pythonistas to save their time to debug.

Reference of installation Python from source on Debian:
https://computingforgeeks.com/how-to-install-python-on-debian-linux/
History
Date User Action Args
2022-01-16 16:35:13i-Chingsetrecipients: + i-Ching
2022-01-16 16:35:12i-Chingsetmessageid: <1642350912.93.0.908239362744.issue46401@roundup.psfhosted.org>
2022-01-16 16:35:12i-Chinglinkissue46401 messages
2022-01-16 16:35:12i-Chingcreate