You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2026. It is now read-only.
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/deps/benchmarks/upload_metrics_to_bq.py", line 329, in <module>
main(sys.argv[1:])
File "/deps/benchmarks/upload_metrics_to_bq.py", line 310, in main
write_run(
File "/deps/benchmarks/benchmark_db_utils.py", line 136, in write_run
from benchmark_db_writer import bq_writer_utils
File "/usr/local/lib/python3.12/site-packages/benchmark_db_writer/bq_writer_utils.py", line 3, in <module>
from benchmark_db_writer import dataclass_bigquery_writer
File "/usr/local/lib/python3.12/site-packages/benchmark_db_writer/dataclass_bigquery_writer.py", line 10, in <module>
from benchmark_db_writer import row_transformer_utils
File "/usr/local/lib/python3.12/site-packages/benchmark_db_writer/row_transformer_utils.py", line 4, in <module>
import dacite
ModuleNotFoundError: No module named 'dacite'
Missing
dacitemodule in https://github.com/AI-Hypercomputer/aotc/blob/main/src/aotc/benchmark_db_writer/pyproject.toml#L17 and will cause the following error