No matching distribution found for tensorflow==1.3.0
See original GitHub issueusing 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:
- Created 5 years ago
- Comments:30 (28 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
yup! i confirm: it’s a 3.7 issue. Works with 3.6
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