Topaz Train TypeError

I am using the web application, so I downloaded the full job log from that. Here is the log from the error on. Thank you!

2026-03-03 08:40:23,457 core run ERROR | Encountered exception!
Traceback (most recent call last):
File “cli/run.py”, line 105, in cli.run.run_job
File “cli/run.py”, line 210, in cli.run.run_job_function
File “/cryosparc/cryosparc_worker/compute/jobs/topaz/run_topaz.py”, line 544, in run_topaz_wrapper_train
utils.run_process(rc, split_command)
File “/cryosparc/cryosparc_worker/compute/jobs/topaz/topaz_utils.py”, line 143, in run_process
assert process.returncode == 0, f"Subprocess exited with status {process.returncode} ({str_command})"
^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Subprocess exited with status 1 (/opt/miniconda3/envs/topaz/bin/topaz train_test_split --number 7 --seed 304822133 --image-dir /DATA/rawdata/Current_Projects/project/screening/J457/preprocessed /DATA/rawdata/Current_Projects/project…)
2026-03-03 08:40:29,366 core monitor INFO | ========= monitor detected main process exit.
2026-03-03 08:40:29,369 core monitor INFO | ========= monitor process now complete.