Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'experiment_impact_tracker.data_interface' #76

Open
aukarande opened this issue Feb 10, 2023 · 1 comment

Comments

@aukarande
Copy link

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'

@luciabouzaheguerte
Copy link

Hi, the problem it's that PyPI version of the module it's not the same as Github (0.1.9). As a workaround, i installed the package by hand:

os.system("wget https://github.com/Breakend/experiment-impact-tracker/archive/refs/heads/master.zip")
os.system("unzip master.zip")
os.system("cp -R experiment-impact-tracker-master/experiment_impact_tracker/ " + )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants