AICoE / prometheus-anomaly-detector

A newer more updated version of the prometheus anomaly detector (https://github.com/AICoE/prometheus-anomaly-detector-legacy)
GNU General Public License v3.0
596 stars 150 forks source link

Pipenv install fails #157

Closed chauhankaranraj closed 3 years ago

chauhankaranraj commented 3 years ago

Describe the bug Running pipenv install throws a ResolutionFailure error

To Reproduce Steps to reproduce the behavior:

  1. git clone https://github.com/AICoE/prometheus-anomaly-detector.git
  2. cd prometheus-anomaly-detector
  3. pipenv install
  4. See error

Expected behavior Dependencies get installed correctly

Screenshots Screenshot from 2021-07-18 16-00-17

chauhankaranraj commented 3 years ago

@4n4nd the error seems to be coming from tensorflow 2.5.0, so I tried setting tensorflow version < 2.5 and fixed it