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 dilyan.palauzov
Recipients christian.heimes, dilyan.palauzov
Date 2022-01-30.12:45:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643546733.81.0.244823501929.issue46579@roundup.psfhosted.org>
In-reply-to
Content
The problem is, that Python’s install target depends on the system-wide setuptools, if there is system-wide setuptools.  If there is no system-wide installed setuptools, apparently the installation works flawlessly.

The solution is to tweak the source code of Python, not to depend on (system-wide installed) Python code outside of Python’s tarball.
History
Date User Action Args
2022-01-30 12:45:33dilyan.palauzovsetrecipients: + dilyan.palauzov, christian.heimes
2022-01-30 12:45:33dilyan.palauzovsetmessageid: <1643546733.81.0.244823501929.issue46579@roundup.psfhosted.org>
2022-01-30 12:45:33dilyan.palauzovlinkissue46579 messages
2022-01-30 12:45:33dilyan.palauzovcreate