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
when i runthe code ,"python setup.py install",i get the error: packaging 24.1 is installed but packaging~=23.1 is required by {'fairseq2'},i try to update fairseq2 version to 0.2.1, but the error is still occured!is there any suggestions to solve it?thanks!
The text was updated successfully, but these errors were encountered:
I just ran into this problem. It was happening because mac os defaulted to python 3.12 in my virtual env and there are only builds for up to 3.11 on pypi: https://pypi.org/project/fairseq2n/0.2.1/#files
I solved it by switching to python 3.10 python3.10 -m venv venv
when i runthe code ,"python setup.py install",i get the error: packaging 24.1 is installed but packaging~=23.1 is required by {'fairseq2'},i try to update fairseq2 version to 0.2.1, but the error is still occured!is there any suggestions to solve it?thanks!
The text was updated successfully, but these errors were encountered: