CSP icon indicating copy to clipboard operation
CSP copied to clipboard

install problem with tensorflow

Open homurajiang opened this issue 5 years ago • 4 comments

When I use the way of pip install -r requirements.txt it caused error: No matching distribution found for tensorflow-gpu==1.4.1 (from -r requirements.txt (line 1))

I'm using ubuntu 18.04

homurajiang avatar Apr 27 '19 09:04 homurajiang

It might be caused by the version of python. You might use python 3.7 for now. Try downgrade it to 3.6.

ZhenyF avatar May 01 '19 13:05 ZhenyF

It might be caused by the version of python. You might use python 3.7 for now. Try downgrade it to 3.6.

thx, but the requirement in CSP is python 2.7

homurajiang avatar May 10 '19 06:05 homurajiang

It might be caused by the version of python. You might use python 3.7 for now. Try downgrade it to 3.6.

thx, but the requirement in CSP is python 2.7

tensorflow-gpu version 1.11.0 works for me, with python 2.7, cuda 9.0

msha096 avatar May 16 '19 21:05 msha096

  1. go to pypi.org and search tensorflow or tensorflow-gpu
  2. click Release history, find and click on the version you want
  3. click on Download files and download the one matching your python version

Quick link:

  1. https://pypi.org/project/tensorflow/1.4.1/#files
  2. https://pypi.org/project/tensorflow-gpu/1.4.1/#files

PS: It confuses me why the files are listed in the release history of pypi but we cannot download it by pip.

fengyuentau avatar Oct 12 '19 02:10 fengyuentau