Hello,
I get the following error when trying to run 2D classification in cryosparc on a computing cluster.
Traceback (most recent call last):
File “cryosparc_master/cryosparc_compute/run.py”, line 95, in cryosparc_master.cryosparc_compute.run.main
File “cryosparc_master/cryosparc_compute/jobs/class2D/newrun.py”, line 73, in cryosparc_master.cryosparc_compute.jobs.class2D.newrun.run_class_2D
File “/blue/rmckenna/apps/cryosparc/cryosparc_worker/cryosparc_compute/particles.py”, line 120, in read_blobs
u_blob_paths = cache_run(u_rel_paths)
File “/blue/rmckenna/apps/cryosparc/cryosparc_worker/cryosparc_compute/jobs/cache.py”, line 106, in download_and_return_cache_paths
ssd_cache_path = get_ssd_cache_path(target)
File “/blue/rmckenna/apps/cryosparc/cryosparc_worker/cryosparc_compute/jobs/cache.py”, line 321, in get_ssd_cache_path
assert ‘CRYOSPARC_SSD_PATH’ in os.environ, “SSD path was not specified in worker configuration nor environment variable.”
AssertionError: SSD path was not specified in worker configuration nor environment variable.
Any assistance would be greatly appreciated.