Дилян Палаузов <[email protected]> added the comment:
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. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue46579> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
