question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No matching distribution found for tensorflow==1.3.0

See original GitHub issue

using 2bee818b5be963b11f57733b110f1818daebf402 on rosenberg, i cannot properly install tensorflow==1.3.0:

[...]
Collecting tensorflow==1.3.0 (from AxonDeepSeg==2.2.dev0)
  Could not find a version that satisfies the requirement tensorflow==1.3.0 (from AxonDeepSeg==2.2.dev0) (from versions: )
No matching distribution found for tensorflow==1.3.0 (from AxonDeepSeg==2.2.dev0)
(venv_ads) [jcohen@rosenberg axondeepseg]$ pip install tensorflow==1.3.0
Collecting tensorflow==1.3.0
  Could not find a version that satisfies the requirement tensorflow==1.3.0 (from versions: )
No matching distribution found for tensorflow==1.3.0
(venv_ads) [jcohen@rosenberg axondeepseg]$ pip -V
pip 18.1 from /home/jcohen/miniconda3/envs/venv_ads/lib/python3.7/site-packages/pip (python 3.7)
(venv_ads) [jcohen@rosenberg axondeepseg]$ python
Python 3.7.1 (default, Oct 23 2018, 19:19:42) 
[GCC 7.3.0] :: Anaconda, Inc. on linux

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:30 (28 by maintainers)

github_iconTop GitHub Comments

5reactions
jcohenadadcommented, Nov 6, 2018

yup! i confirm: it’s a 3.7 issue. Works with 3.6

2reactions
Evans-Okerosicommented, Apr 3, 2019

I encountered the same issue while using anaconda with python 3.7.1. I was able to resolve it by creating a new conda virtual env with python 3.6

Read more comments on GitHub >

github_iconTop Results From Across the Web

TensorFlow not found using pip - Stack Overflow
Then run python on command prompt. It should show 64 bit. C:\Users\YOURNAME>python Python 3.6.3 (v3.6 ...
Read more >
No matching distribution found for TensorFlow using pip ...
In this article, we have presented the reason behind the error "No matching distribution found for TensorFlow using pip" along with 3 approaches...
Read more >
installation of any version on python 3.9 and ... - GitHub
System information OS Platform and Distribution: Fedora 32 and Fedora 33 ... none) ERROR: No matching distribution found for tensorflow.
Read more >
Fix ERROR No matching distribution found for tensorflow
Fix ERROR No matching distribution found for tensorflowpython pip install tensorflowERROR: Could not find a version that satisfies the ...
Read more >
ERROR: No matching distribution found for tensorflow~=1.13 ...
I am trying to install pip3 install rasa_core in virtual environment and getting following error. ERROR: Could not find a version that ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found