Cannot install dependencies: No matching distribution found for fairseq==0.10.2
See original GitHub issueCannot 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:
- Created 2 years ago
- Comments:6 (1 by maintainers)
Top 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 >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
Actually, This is an windows error. I tried it on Ubuntu it worked very well. But on Windows it gives me error.
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