datamllab / tods

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

ModuleNotFoundError: No module named 'axolotl.backend' #30

Open ywkellyw opened 3 years ago

ywkellyw commented 3 years ago

I use python version 3.6.13, pip 21.0.1.

after the git clone cd tods pip install -e .

I still got the error message like the title.

ronyad commented 3 years ago

Switch to python 3.6 insted of 3.8 solve it for me