No matching distribution found for Tensorflow
See original GitHub issueI’ve been trying to install magenta on a virtual machine that runs an Alpine Linux with python2 pip (version 19.3.1).
I managed to install all the libraries as expected but hitting an issue with pip install magenta
no matching distribution found for tensorflow>=1.12.0
Any thoughts?
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
"No matching distribution found for tensorflow" when installing ...
The cause seems to be that it expects at least one wheel whose tags match my machine, but none do. My guess is...
Read more >TensorFlow not found using pip - Stack Overflow
What am I doing wrong? So far I've used Python and pip with no issues. python · tensorflow · pip.
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 >How to install Tensorflow on the Apple M1 Notebook
ERROR: No matching distribution found for tensorflow-macos. python3 --version. Python 3.8.5. Posted 1 year ago by. rodmclaughlin. Copy rodmclaughlin answer.
Read more >Can't install tensorflow-text~=2.11.0 - General Discussion
I got a warning something like warnings.warn( No local packages or working download links found for tensorflow-text~=2.11.0 error: Could not ...
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
Getting a similar error when trying to install magenta through pip letting it handle dependencies on its own. This was after trying the suggested
pip install --upgrade pip
EDIT: guessing this is related to #1649 and #1650
Try
pip install --upgrade pip
.On Mon, Jan 13, 2020 at 1:02 AM Can Ince notifications@github.com wrote: