Replies: 2 comments 7 replies
-
Hi, this is strange. Can you redirect the output and errors of the installation to a file and attach them? Using something like: pip install python-sscha > output_install_scha.txt 2> error_install_scha.txt Then, attach the two files to this discussion so we know exactly what failed. Yes, python 3.10 is fully supported, as is 3.11 (3.12 not yet) |
Beta Was this translation helpful? Give feedback.
-
Hello, Is there any updates on this, because I am having a similar problem in Windows and Linux, with Python >=3.11. I have installed cellconstructor 1.4.1 and tdsscha 1.4.0 in Linux with Python 3.6.3 and setuptools 36.5.0 but it is not running due to old version of numpy. I am almost convinced that the problem is with the numpy.distutils. Can you tell me a working version configuration to install the modules? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm trying to install SSCHA on my MacOS (Intel-based) using Anaconda. I have installed all dependencies as instructed in https://sscha.eu/download/. However, when I enter "pip install cellconstructor python-sscha tdscha" in the terminal, I get an error message that says:
"Building wheel for python-sscha (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [55 lines of output]"
and then, after many lines in the terminal, I get:
"note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed cleaning build dir for python-sscha
Failed to build python-sscha
ERROR: Could not build wheels for python-sscha, which is required to install pyproject.toml-based projects"
Notes:
I appreciate your support.
Hassan
Beta Was this translation helpful? Give feedback.
All reactions