datamllab / tods

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

Is it still installable for anyone? #116

Open mks-git opened 2 months ago

mks-git commented 2 months ago

Hello, I tried installing TODS on Linux with different python versions (3.10, 3.8) without success. Also, the google colab examples do not manage to install TODs with pip.

python 3.10 gets some errors with deprecated versions and numpy python 3.8 gets an error: metadata-generation-failed

Is anyone still using TODS and knows how to install it?

thanks and best regards

slavakx commented 1 month ago

Same problem in Windows and in Colab.

zakharkousnetsov commented 3 weeks ago

Hi there, i have just managed installing it on ubuntu with python 3.7 in virtual env (and could not manage installing it on Windows 10 with python 3.10). Anyway, most packages from tutorials can't be imported. Sad sign, ping me someone if support comes

phhu commented 1 week ago

I got it to work on Linux (fedora) by creating a fresh conda python 3.8 environment and then installing from github (git clone, cd tods, then pip install -e .).

Python 3.7 didn't work, given a tensorflow error.