Hi,
When I run the Topaz extract job, it gives this error:
Traceback (most recent call last):
File “cryosparc_master/cryosparc_compute/run.py”, line 93, in cryosparc_compute.run.main
File “/opt/cryosparc3/cryosparc_worker/cryosparc_compute/jobs/topaz/run_topaz.py”, line 1127, in run_topaz_wrapper_extract
utils.run_process(extract_command)
File “/opt/cryosparc3/cryosparc_worker/cryosparc_compute/jobs/topaz/topaz_utils.py”, line 70, in run_process
process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, close_fds=True, text=True)
File “/opt/cryosparc3/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/subprocess.py”, line 858, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File “/opt/cryosparc3/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/subprocess.py”, line 1704, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
OSError: [Errno 7] Argument list too long: ‘/opt/miniconda3/envs/topaz/bin/topaz’
The path is correct, but I don’t get what “argument list too long” means?!!