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

See original GitHub issue

I’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:closed
  • Created 4 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
teleportingtortoisecommented, Mar 4, 2020

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

ERROR: Could not find a version that satisfies the requirement tensorflow<2.0.0,>=1.15.0 (from magenta) (from versions: none)
ERROR: No matching distribution found for tensorflow<2.0.0,>=1.15.0 (from magenta)

EDIT: guessing this is related to #1649 and #1650

1reaction
adarobcommented, Jan 13, 2020

Try pip install --upgrade pip.

On Mon, Jan 13, 2020 at 1:02 AM Can Ince notifications@github.com wrote:

I don’t think the latest magenta version is supported on Alpine, is it?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tensorflow/magenta/issues/1652?email_source=notifications&email_token=AAIJV2EHIJU2GRBCZT2MRC3Q5QU27A5CNFSM4J53SWT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIX6XBQ#issuecomment-573565830, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIJV2C3AJZOXHWANSKPEDTQ5QU27ANCNFSM4J53SWTQ .

Read more comments on GitHub >

github_iconTop 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 >

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