localminimum / localminimum/R-net
Regards Tensorflow installation in python 2.7
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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