datamllab / tods

TODS: An Automated Time-series Outlier Detection System
http://tods-doc.github.io
Apache License 2.0
1.47k stars 193 forks source link

ModuleNotFoundError: No module named 'axolotl.utils' #53

Open ZhongLIFR opened 2 years ago

ZhongLIFR commented 2 years ago

After installing the tods by using "pip install tods", I tried to run the example. However, it says that "ModuleNotFoundError: No module named 'axolotl.utils' " after I install the "axolotl" by using "pip install axolotl". It seems that the "axolotl" package no longer has "utils" attribute after checking their source code by myself. Thanks!

lhenry15 commented 2 years ago

The version on PyPI is an old version that we haven't updated yet. To make use of this toolkit, you might want to follow the installation guide in README (i.e., git clone the project and use "pip install -e ."). We will update the version on PyPI with our latest development (in dev branch) recently. Thanks!