-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when installing fairseq #5552
Comments
Same here, I was using python3.9 with pip 24.2 and tried to install fairseq, but getting the same error. |
same problem |
pull the repo and install from source. make sure your pip version is lower than 24.1 Myenv: |
After uninstalling the hydra-core package, reinstall fairseq, as there is a dependency conflict between these two packages. |
same here. Working on macos |
Hi everyone,
I am running into the following error when trying to install fairseq
pip install fairseq
This is the error in question :
FileNotFoundError: [Errno 2] No such file or directory: 'fairseq/version.txt'
Thanks for your help.
The text was updated successfully, but these errors were encountered: