Trying to run pip install --user -e . results in AttributeError: 'int' object has no attribute 'startswith' This is because easy_install doesn't handle sysconfig vars being integers: See https://github.com/pypa/setuptools/issues/3063. Reproducible: Always
Thank you for the report. Adding it on top of my commit queue ;-).
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb38f2cea1c721d67529e4b3bdf2c3447d1823c7 commit bb38f2cea1c721d67529e4b3bdf2c3447d1823c7 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2022-02-05 08:48:16 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2022-02-05 08:53:25 +0000 dev-python/setuptools: Remove old Closes: https://bugs.gentoo.org/832727 Signed-off-by: Michał Górny <mgorny@gentoo.org> dev-python/setuptools/Manifest | 4 - dev-python/setuptools/setuptools-60.2.0.ebuild | 89 --------------------- dev-python/setuptools/setuptools-60.3.0.ebuild | 89 --------------------- dev-python/setuptools/setuptools-60.3.1.ebuild | 89 --------------------- dev-python/setuptools/setuptools-60.6.0.ebuild | 106 ------------------------- 5 files changed, 377 deletions(-)