-
Notifications
You must be signed in to change notification settings - Fork 83
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
pip3 install fairseq2 - doesn't work #471
Comments
same problem on ubuntu22.04(wsl2) |
Same issue on Ubuntu-24.04(wsl2). Tried installing from source too but no luck. Any advice would be helpful! |
@MountainGG I managed to fix mine, turns out I was on python 3.12 and fairseq2 doesnt seem to be supported on it yet, so I just downgraded my virtual env to python3.10 and I was able to install it. Hope this helps! |
I have downgraded mine to python 3.90 and I am still getting the same error. |
Check the python env: You could try to create a new env like: Reference: |
Python downgrade to 3.10 fixed the issue for me. If higher python version is not supported - it would be good to have a sane error message when trying to install on python 3.12 for example.
this kind of error has no valuable information to understand that issue is python version, it says about package version conflicts. I have |
I'm trying to install seamlessm4q on my Macbook M2. Installation results in an error related to fairseq2.
So, I tried to manually install fairseq using
% pip3 install fairseq2
. It gives the following error:Can anyone help me out?
The text was updated successfully, but these errors were encountered: