Open AndreasFuchsTPM opened 2 years ago
As it's internal to setuptools it's hard to replace, there seems to be a PEP-660 implementation in the main branch now ( https://github.com/pypa/setuptools/pull/3265 ) which we could test when there is a release with it included.
We don't use easy_install components AFAICT so I don't think theirs anything to fix for us
Hmmm... So setuptools is just broken...
In any case; Ubuntu 22.04 pip --user install fails. Workaround was a venv. (As with everything)
Maybe this helps someone, until ubuntu's setuptools is fixed...
pip install is not working on Ubuntu 22.04
Apparently, easy_install is deprecated, but also broken on Ubuntu 22.04; see https://github.com/pypa/setuptools/issues/2938
So of course, Ubuntu should update setuptools but since easy_install is deprecated anyways, maybe pytss could update instead ?
Here is the error log