Hello.
I installed cryosparc as single workstation mode as followings.
./install.sh --standalone --license <>–worker_path /user/cryosparcuser/cryosparc/cryosparc_worker --cudapath /usr/local/cuda --ssdpath /scratch/cryosparc_cache --initial_email <> --initial_password <> --initial_username <> --initial_firstname <> --initial_lastname <>
After installation I tried to run T20S tutorial.
However, for some reason, job is stuck in queue and gave a error message as followings
ServerError: Traceback (most recent call last): File “/home/<>/cryosparcuser/cryosparc/cryosparc_master/cryosparc_command/command_core/init.py”, line 150, in wrapper res = func(*args, **kwargs) File “/home/<>/cryosparcuser/cryosparc/cryosparc_master/cryosparc_command/command_core/init.py”, line 1861, in scheduler_run scheduler_run_core(do_run) File “/home/<>/cryosparcuser/cryosparc/cryosparc_master/cryosparc_command/command_core/init.py”, line 1953, in scheduler_run_core ‘lane’ : lanes[0][‘name’], IndexError: list index out of range The above exception was the direct cause of the following exception: Traceback (most recent call last): File “/home/<>/cryosparcuser/cryosparc/cryosparc_master/cryosparc_command/command_core/init.py”, line 150, in wrapper res = func(*args, **kwargs) File “/home/<>/cryosparcuser/cryosparc/cryosparc_master/cryosparc_command/command_core/init.py”, line 5121, in enqueue_job scheduler_run() File “/home/<>/cryosparcuser/cryosparc/cryosparc_master/cryosparc_command/command_core/init.py”, line 157, in wrapper raise ServerError(s.getvalue(), code=400) from e flask_jsonrpc.exceptions.ServerError
I thought ssd path was wrong, so tried to re-install without ssd option.
So i delete database, worker, master folder and re-install them as followings
./install.sh --standalone --license <>–worker_path /user/cryosparcuser/cryosparc/cryosparc_worker --cudapath /usr/local/cuda --nossd --initial_email <> --initial_password <> --initial_username <> --initial_firstname <> --initial_lastname <>
However, I got the exact same error message.
What am I suppose to do.