Outputs not tracing
shreyashankar opened this issue · 0 comments
When running industry_ml.py
and trying to trace the output ID, I get:
Traceback (most recent call last):
File "/Users/shreyashankar/miniforge3/envs/toy-ml-pipeline/bin/mltrace", line 33, in
sys.exit(load_entry_point('mltrace', 'console_scripts', 'mltrace')())
File "/Users/shreyashankar/miniforge3/envs/toy-ml-pipeline/lib/python3.9/site-packages/click/core.py", line 829, in call
return self.main(*args, **kwargs)
File "/Users/shreyashankar/miniforge3/envs/toy-ml-pipeline/lib/python3.9/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/Users/shreyashankar/miniforge3/envs/toy-ml-pipeline/lib/python3.9/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/Users/shreyashankar/miniforge3/envs/toy-ml-pipeline/lib/python3.9/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/Users/shreyashankar/miniforge3/envs/toy-ml-pipeline/lib/python3.9/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/Users/shreyashankar/Documents/projects/mltrace/mltrace/cli/cli.py", line 281, in trace
res = web_trace(output_id)
File "/Users/shreyashankar/Documents/projects/mltrace/mltrace/client.py", line 624, in web_trace
return store.web_trace(output_id, last_only=True)
File "/Users/shreyashankar/Documents/projects/mltrace/mltrace/db/store.py", line 482, in web_trace
raise RuntimeError(f"ID {output_id} does not exist.")
RuntimeError: ID mqfaqgqhpm does not exist.