You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pull the repo and install from source. make sure your pip version is lower than 24.1 pip install --force pip==24.0 git clone https://github.com/pytorch/fairseq cd fairseq pip install ./
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: