R-net icon indicating copy to clipboard operation
R-net copied to clipboard

Regards Tensorflow installation in python 2.7

Open vitalchandu opened this issue 5 years ago • 1 comments

while trying to install tensorflow in windows 10 , using anaconda and python 2.7 i am getting errors like, can anyone please help pip install tensorflow Collecting tensorflow Could not find a version that satisfies the requirement tensorflow (from versions: ) No matching distribution found for tensorflow

pip install tensorflow==1.2.0 Collecting tensorflow==1.2.0 Could not find a version that satisfies the requirement tensorflow==1.2.0 (from versions: ) No matching distribution found for tensorflow==1.2.0

pip install --ignore-installed --upgrade https://www.tensorflow.org/install/ Collecting https://www.tensorflow.org/install/ Downloading https://www.tensorflow.org/install/ (40kB) 100% |################################| 40kB 538kB/s Cannot unpack file c:\users\sunchebr\appdata\local\temp\pip-unpack-4mbklx\install (downloaded from c:\users\sunchebr\appdata\local\temp\pip-req-build-qaknza, content-type: text/html; charset=utf-8); cannot detect archive format Cannot determine archive format of c:\users\sunchebr\appdata\local\temp\pip-req-build-qaknza

vitalchandu avatar Oct 10 '18 09:10 vitalchandu

For tensorflow > 1.1 and python 2.7(or vertual env of python 2.7) which ubantu verion needed.

feeas avatar Oct 16 '18 01:10 feeas