"ERROR: No matching distribution found for tensorflow-gpu==1.11.0 (from -r requirements.txt (line 1))" while installing requirements.txt
Hi. I cloned the repository and ran pip install -r requirements.txt. It throws the below error. Any help would be highly appreciated.
My operating system is windows 10.

Hi, I am running into the same problem on a Mac with python env that runs python 3.6 I am trying to workaround the problem by just installing tensorflow 1.11.0 but not sure how that will pan out. Any help is appreciated. Best, Irem
I cloned the repository in google colab and I used !pip install tensorflow-gpu==1.15.0
With Anaconda I created a custom environment with the specified packages. The python version should be 3.6
@AndreasSaka Is it working on tensorflow-gpu==1.15.0 ?
@jaimeenahn You need to delete from requirements.txt this --> tensorflow-gpu==1.11.0 # GPU version of TensorFlow >= 1.11.0. (should be under 2.0.0)
But yes it is working !pip install tensorflow-gpu==1.15.0