zhhlee / InterFusion

KDD 2021: Multivariate Time Series Anomaly Detection and Interpretation using Hierarchical Inter-Metric and Temporal Embedding
MIT License
195 stars 46 forks source link

Can not install the requirements #6

Closed Ian-Jhon closed 2 years ago

Ian-Jhon commented 2 years ago

When I ran pip3 install -r requirements.txt, a warning rised.

Collecting git+https://github.com/thu-ml/zhusuan.git@48c0f4e (from -r requirements.txt (line 17))
  Cloning https://github.com/thu-ml/zhusuan.git (to revision 48c0f4e) to /tmp/pip-req-build-fg_b1f04
  Running command git clone --filter=blob:none -q https://github.com/thu-ml/zhusuan.git /tmp/pip-req-build-fg_b1f04
  WARNING: Did not find branch or tag '48c0f4e', assuming revision or ref.
zhhlee commented 2 years ago

It's an intermediate version of zhusuan. You can manually install it via pip install, or directly install the tfsnippet 0.2.0a4 as in requirements (installing tfsnippet via pip will automatically install the correct version of zhusuan).