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.

Cannot install dependencies: No matching distribution found for fairseq==0.10.2

See original GitHub issue

Cannot install dependencies when I run pip install -r requirements.txt. The major error message is as followed:

...
ERROR: Could not find a version that satisfies the requirement fairseq==0.10.2 (from versions: 0.6.1, 0.6.2, 0.7.1, 0.7.2, 0.8.0, 0.9.0, 0.10.0, 0.10.1, 0.10.2)
ERROR: No matching distribution found for fairseq==0.10.2

My development environments:

  • python 3.9.7
  • pip 21.2.4
  • macos 11.5.2

Issue Analytics

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

github_iconTop GitHub Comments

3reactions
tanujdhimancommented, Sep 26, 2021

Actually, This is an windows error. I tried it on Ubuntu it worked very well. But on Windows it gives me error.

1reaction
sevvalmehdercommented, Oct 10, 2021

I tried this issue on Ubuntu with python=3.9.7. It also gives me the same error. I assume the problem is your python version since it worked for python=3.8

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot install fairseq==0.10.2 with python 3.9 #3535 - GitHub
I don't seem to be able to install fairseq==0.10.2 with python 3.9 on ... Cannot install dependencies: No matching distribution found for ...
Read more >
How to fix "No matching distribution found for {package name ...
I have not use test.pypi.org, but it looks when you install a package from there it only looks for dependencies on test.pypi.org, ...
Read more >
VTK Error when trying to install from pip - MFiX
Problem : Cannot install mfix 22.1.1 from source/pip. Platform: Windows 10 Python ... ERROR: No matching distribution found for vtk>=9.
Read more >
Install spaCy · spaCy Usage Documentation
spaCy is a free open-source library for Natural Language Processing in Python. It features NER, POS tagging, dependency parsing, word vectors and more....
Read more >
Optimize pip install with wheels - Roman Imankulov
When “pip install” can't find a wheel, it falls back to installing from ... ERROR: No matching distribution found for package-name==0.0.1.
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