Hi, suddenly on one of my servers, Ubuntu 22.04 i receive this error on update:
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [43 lines of output]
running egg_info
creating /tmp/pip-pip-egg-info-he7slesi/cffi.egg-info
writing /tmp/pip-pip-egg-info-he7slesi/cffi.egg-info/PKG-INFO
My current version/commit
2.3.6
commit: 2c0e5fd48d7485f8cd991148520d97f8e0766f43
Python3 -V
Python 3.10.12
I’ve tried to clear Python cache, reinstall wheel/virtualenv/pip, upgrade and so on, without success.
Other servers, with identical setup, are fine.
Any suggestion is welcome, thanks