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 Oct 22, 2025. It is now read-only.
DataInterface seems to be missing from the repository. I get the below error while running generate-carbon-impact-statement:
Traceback (most recent call last):
File "/experiment-impact-tracker/scripts/generate-carbon-impact-statement", line 25, in
from experiment_impact_tracker.data_interface import DataInterface
ModuleNotFoundError: No module named 'experiment_impact_tracker.data_interface'