Hi,
I was trying to install cryoSPARC on my linux computer. On running the./install.sh script, it runs fine and installs master and creates user. However, on reaching worker installer it shows following error:
Preparing to install all pip packages…
------------------------------------------------------------------------
Processing ./deps_bundle/python/python_packages/pip_packages/pycuda-2020.1.tar.gz
Preparing metadata (setup.py) … done
Building wheels for collected packages: pycuda
Building wheel for pycuda (setup.py) … error
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [13151 lines of output]
Then, after several tries, it shows final error as:
error: command ‘/usr/bin/gcc’ failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> pycuda
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
check_install_deps.sh: 66: ERROR: installing python failed.
I have no idea what could be going wrong. Would bee great if somone can help me here.
Thanks