Breakend / experiment-impact-tracker

MIT License
273 stars 31 forks source link

Update PyPI package #62

Open pierresegonne opened 3 years ago

pierresegonne commented 3 years ago

Hey,

It seems like the PyPI package is not up to date at all anymore with the code and the documentation.

Notably, the ExperimentTracker class has no __enter__ method, resulting in a crash when trying to use the implementation,

with ExperimentTracker(..):
Omerkvc commented 2 years ago

Hey,

Görünüşe göre PyPI paketi, kod ve belgelerle artık hiç güncel değil.

Özellikle, ExperimentTrackersınıfın hiçbir __enter__yöntemi yoktur, bu da uygulamayı kullanmaya çalışırken bir çökmeye neden olur.

with ExperimentTracker(..):

hello, now i'm trying to execute experiment impact tracker but I take errors, it can be reletad python's version ? if you can use experiment tracker without errors, which python version are you using ? thanks

luciabouzaheguerte commented 1 year ago

Hi. when using pip install, version installed is 0.1.8 (witch has not DataInterface, for example). Version in master is 0.1.9

JingdiZhou commented 1 year ago

Yes, the version 0.1.8 has no DataInterface ,which confused me for a long time in my code until I discovered this problem, but later I added the file data_interface.py to the conda path of experiment-impact-tracker and finally it worked