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.

Home Page:https://arxiv.org/abs/1802.04431

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build with tensorflow==2.0.1 requirement fails

bappctl opened this issue · comments

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

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

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.

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.

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