datamllab / tods

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

Cannot find 'axolotl' python package #7

Open lynnssi opened 3 years ago

lynnssi commented 3 years ago

I successfully installed tods using a simple pip install tods; however, I cannot run the example code because I do not have the axolotl package installed. axolotl is not available through pip nor conda. Where can I find the package and how should I install it?

daochenzha commented 3 years ago

@lynnssi Thanks for trying our package. pip install tods does not work for now. We are working on this issue. Could you try installing TODS as follows?

git clone https://github.com/datamllab/tods.git
cd tods
pip install -e .