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

colab file Anomaly Detection in Blockchain System with TODS installation fails #103

Open Sandy4321 opened 1 year ago

Sandy4321 commented 1 year ago

colab file Anomaly Detection in Blockchain System with TODS installation fails https://colab.research.google.com/drive/1fm6yTayjTssSMb6t0VcplBBHl5MrgLFR?usp=sharing#scrollTo=hI2JIaHC-U9i image

import warnings warnings.filterwarnings("ignore")

!pip install -e git+https://github.com/datamllab/tods.git@dev#egg=tods exit()

Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/ Obtaining tods from git+https://github.com/datamllab/tods.git@dev#egg=tods Updating ./src/tods clone (to revision dev) Running command git fetch -q --tags Running command git reset --hard -q feb0c9c48b750c1dc4b9d60b5884b93d7824e77b Preparing metadata (setup.py) ... done Collecting grpcio-testing==1.32.0 (from tods) Using cached grpcio-testing-1.32.0.tar.gz (16 kB) Preparing metadata (setup.py) ... done Collecting tamu_d3m==2022.05.23 (from tods) Using cached tamu_d3m-2022.5.23-py3-none-any.whl (313 kB) Collecting tamu_axolotl (from tods) Using cached tamu_axolotl-2021.4.8-py3-none-any.whl (88 kB) Collecting numpy<=1.21.2 (from tods) Using cached numpy-1.21.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.9 MB) Collecting combo (from tods) Using cached combo-0.1.3.tar.gz (38 kB) Preparing metadata (setup.py) ... done Collecting simplejson==3.12.0 (from tods) Using cached simplejson-3.12.0.tar.gz (77 kB) Preparing metadata (setup.py) ... done Requirement already satisfied: scikit-learn in /usr/local/lib/python3.10/dist-packages (from tods) (1.2.2) Collecting statsmodels==0.11.1 (from tods) Using cached statsmodels-0.11.1.tar.gz (15.4 MB) error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip. Installing build dependencies ... error error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

Sandy4321 commented 1 year ago

image

Sandy4321 commented 1 year ago

image

alexandrejuma commented 1 year ago

Any chance you got tods working on Google Colab recently?