Breakend / experiment-impact-tracker

MIT License
266 stars 31 forks source link

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

Closed mjay42 closed 2 years ago

mjay42 commented 2 years ago

Hi all,

I am testing the library on a simple tutorial from Pytorch. I was able to generate an "impacttracker" folder and data.json seems to contain the expected information. However, I am not able to use the DataInterface class:

>>> from experiment_impact_tracker.data_interface import DataInterface
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'experiment_impact_tracker.data_interface'

I use Anaconda environments. I have tried downgrading python to versions 3.7 and 3.8. I have noticed my version of experiment_impact_tracker is 0.1.8 even though the version.py file specifies 0.1.9 but running "pip install experiment-impact-tracker --upgrade" doesn't fix it.

Here is my system info: Operating System: Debian GNU/Linux 11 (bullseye) Kernel: Linux 5.10.0-9-amd64 Architecture: x86-64

Thank you in advance for your help.

Breakend commented 2 years ago

Hi, we haven't released a new version just yet with the data interface. Please install from the main branch:

pip install git+https://github.com/Breakend/experiment-impact-tracker.git

mjay42 commented 2 years ago

Hi Peter,

Thank you for your help!

Best, Mathilde

On Tue, 11 Jan 2022 at 23:01, Peter Henderson @.***> wrote:

Hi, we haven't released a new version just yet with the data interface. Please install from the main branch:

pip install git+https://github.com/Breakend/experiment-impact-tracker.git

— Reply to this email directly, view it on GitHub https://github.com/Breakend/experiment-impact-tracker/issues/71#issuecomment-1010397043, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIRWD22ZNI5E7XJTXEGIHVTUVSSDDANCNFSM5LV2Z6JA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>