khundman / telemanom

A framework for using LSTMs to detect anomalies in multivariate time series data. Includes spacecraft anomaly data and experiments from the Mars Science Laboratory and SMAP missions.
https://arxiv.org/abs/1802.04431
Other
1.02k stars 246 forks source link

build with tensorflow==2.0.1 requirement fails #53

Open bappctl opened 3 years ago

bappctl commented 3 years ago

The local and docker build fails ERROR: No matching distribution found for tensorflow==2.0.1

isaaccs commented 3 years ago

Hi, I have the same error as you, did you find a way to solve it ?

doganmelis commented 3 years ago

Hi, I have the same error as you, did you find a way to solve it ?

Hi, I messed with the verison of keras. In the requirements.txt file I changed it to Keras2.5.0rc0 version and tried to run it from there. Since that did not work I recorrected it to the initial version and it decided to work somehow. Hope this helps.

wbarnha commented 3 years ago

The local and docker build fails ERROR: No matching distribution found for tensorflow==2.0.1

I got around this by changing FROM ubuntu:latest to FROM ubuntu:18.04 at the top of the provided Dockerfile.

joemcmahon commented 2 years ago

Confirmed that the switch to FROM ubuntu:18.04 gets me past the No matching distribution on a Mac M1.