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

Do Not Recommend Python 3.9 #300

Open
Connor9994 opened this issue Feb 15, 2025 · 1 comment
Open

Do Not Recommend Python 3.9 #300

Connor9994 opened this issue Feb 15, 2025 · 1 comment

Comments

@Connor9994
Copy link

This is an absolute nightmare to try to "install each package individually." The NeMo library uses type hinting syntax (the | operator for unions) that's only available in Python 3.10 and newer.

It is NOT fun to fix it to work on 3.9, I would recommend just removing that suggestions entirely.

@MahmoudAshraf97
Copy link
Owner

MahmoudAshraf97 commented Feb 15, 2025

I agree with you about it being a nightmare, no one should be using 3.9 anyway but if someone has to use it, they can but after going through the dependency hell, As for nemo, the solution is to downgrade, nemo 1.20 is supported for example but I pinned in the requirements to avoid conflicts in other dependencies

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

No branches or pull requests

2 participants