Unable to install SSCHA with ERROR: python setup.py egg_info did not run successfully / ERROR:metadata-generation-failed #377
-
Dear developers, I'm trying to install SSCHA on my CentOS (Intel-based) by Anaconda, as instructed in https://sscha.eu/download/, but when I enter "pip install cellconstructor python-sscha tdscha" the following error occurs:
The python version is 3.11.11 and numpy version is 1.23.5, I appreciate your support. Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, this is most likely a mismatch in the setuptools version, try running
And then try to run again
|
Beta Was this translation helpful? Give feedback.
Hi, this is most likely a mismatch in the setuptools version, try running
And then try to run again