Skip to content
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

fairseq package isn't working with python 3.11.8 as it supposed to be. #5457

Open
K-S-King opened this issue Mar 11, 2024 · 1 comment
Open

Comments

@K-S-King
Copy link

Description

I am currently experiencing issues running fairseq version 0.12.2 on Python 3.11.8. Despite fairseq being compatible with Python versions 3.6 and above, I've encountered problems that seem to be specific to Python 3.11.

Steps to Reproduce

  1. Install fairseq version 0.12.2 on Python 3.11.8.
  2. Run a standard fairseq training command or script.
  3. Observe any errors or unexpected behavior.

Expected Behavior

fairseq should operate without any compatibility issues, allowing for smooth training and execution of models.

Actual Behavior

(Describe the errors or issues encountered, including any error messages or logs)

Environment

  • OS: Windows 11 CoreSingleLanguage
  • Python version: 3.11.8
  • fairseq version: 0.12.2

Additional Context

(Include any other relevant information such as modifications to config.py, custom settings, or related dependencies)

Any insights or solutions to address these compatibility issues would be greatly appreciated.

@shaun95
Copy link

shaun95 commented Mar 28, 2024

I also experience issues running fairseq on Python 3.11 on Ubuntu. There is an attempt to make some local fixes on fairseq and omegaconf at this link #5191 and #5359 but after spending a day on it, it didn't work on my end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants