localminimum / localminimum/R-net

Regards Tensorflow installation in python 2.7

Open
#35 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
319
Forks
121
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by checking TensorFlow's installation requirements for Windows 10, Python 2.7, and Anaconda, then compare them with the reported pip commands and errors. Done means determining whether a supported installation path exists or clearly documenting the compatibility limitation.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, tensorflow
Domain
machine-learning
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.