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.

pip3: Could not find a version that satisfies the requirement dm-sonnet-gpu

See original GitHub issue
$ sudo -H pip3 install dm-sonnet-gpu
Collecting dm-sonnet-gpu
  Could not find a version that satisfies the requirement dm-sonnet-gpu (from versions: )
No matching distribution found for dm-sonnet-gpu

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
malcolmreynoldscommented, Aug 14, 2017

@auroua @guillaume-chevalier PyPI should now have packages for python {2.7, 3.4, 3.5, 3.6} - I’m closing this now, please reopen if you have problems.

1reaction
malcolmreynoldscommented, Aug 9, 2017

The PyPI packages are only built for python 2.7 and 3.4… I’ll look into providing packages for 3.{5,6} as well.

Read more comments on GitHub >

github_iconTop Results From Across the Web

python - Could not find a version that satisfies the requirement ...
When I run the second pip install command again, the process is stopped now complaining about another required package and I need to...
Read more >
Could not find a version that satisfies the requirement X
The error "Could not find a version that satisfies the requirement" is often caused when you try to install a package using an...
Read more >
Fix the pip error: Couldn't find a version that satisfies the ...
Anyways, this can be fixed by using a proxy with pip. Supplying a proxy address to pip is easy: $ pip install -r...
Read more >
I always get an error while installing Python 3 modules in pip ...
It says that it could not find a version that satisfies a requirement or no matching for distribution found. What should I do?...
Read more >
Having issues pip installing? - Discussions on Python.org
ERROR : Could not find a version that satisfies the requirement SpeechRecognition (from versions: none). ERROR: No matching distribution ...
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