Can you send me the long directory listing for the cryosparc2_worker/deps/anaconda/bin
folder? i.e., the output of
ls -la cryosparc2_worker/deps/anaconda/bin
This will help me further troubleshoot why this is happening.
Then I think you should be able to get it working like this:
- Change the permissions to each file in
cryosparc2_worker/deps/anaconda/bin
to 0755, as you did before - On a machine with GPUs, navigate into the worker directory
cd cryosparc2_worker
- Enable cryoSPARC’s worker python environment in your current shell:
eval $(bin/cryosparcw env)
- Run these commands to finish installing pip dependencies, including pycuda
pip install deps_bundle/python/python_packages/pip_packages/* --no-dependencies --no-binary :all: --force-reinstall
Save any errors you get in this process and send them to me.