CSP
CSP copied to clipboard
install problem with tensorflow
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
It might be caused by the version of python. You might use python 3.7 for now. Try downgrade it to 3.6.
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
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
- go to pypi.org and search
tensorflow
ortensorflow-gpu
- click Release history, find and click on the version you want
- click on Download files and download the one matching your python version
Quick link:
- https://pypi.org/project/tensorflow/1.4.1/#files
- 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
.