biobert icon indicating copy to clipboard operation
biobert copied to clipboard

"ERROR: No matching distribution found for tensorflow-gpu==1.11.0 (from -r requirements.txt (line 1))" while installing requirements.txt

Open jamshaidsohail5 opened this issue 5 years ago • 5 comments

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.

Screenshot (33)

jamshaidsohail5 avatar Apr 27 '20 10:04 jamshaidsohail5

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

iremnasir avatar Apr 27 '20 12:04 iremnasir

I cloned the repository in google colab and I used !pip install tensorflow-gpu==1.15.0

AndreasSaka avatar Apr 28 '20 09:04 AndreasSaka

With Anaconda I created a custom environment with the specified packages. The python version should be 3.6

giuliacassara avatar May 27 '20 22:05 giuliacassara

@AndreasSaka Is it working on tensorflow-gpu==1.15.0 ?

jaimeenahn avatar Jun 15 '20 08:06 jaimeenahn

@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

AndreasSaka avatar Jun 15 '20 09:06 AndreasSaka