runtime error
Exit code: 1. Reason: ā ā /home/user/app/prismer_model.py:58 in run_expert ā ā ā ā 55 ā ā env['PYTHONPATH'] = f'{submodule_dir.as_posix()}:{env["PYTHONP ā ā 56 ā else: ā ā 57 ā ā env['PYTHONPATH'] = submodule_dir.as_posix() ā ā ā± 58 ā subprocess.run(shlex.split(f'python experts/generate_{expert_name} ā ā 59 ā ā ā ā cwd='prismer', ā ā 60 ā ā ā ā env=env, ā ā 61 ā ā ā ā check=True) ā ā ā ā /home/user/.pyenv/versions/3.9.16/lib/python3.9/subprocess.py:528 in run ā ā ā ā 525 ā ā ā raise ā ā 526 ā ā retcode = process.poll() ā ā 527 ā ā if check and retcode: ā ā ā± 528 ā ā ā raise CalledProcessError(retcode, process.args, ā ā 529 ā ā ā ā ā ā ā ā ā output=stdout, stderr=stderr) ā ā 530 ā return CompletedProcess(process.args, retcode, stdout, stderr) ā ā 531 ā ā°āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāÆ CalledProcessError: Command '['python', 'experts/generate_depth.py']' returned non-zero exit status 1.
Container logs:
Fetching error logs...