-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Raise an error on the latest Python 3.11.9 #484
Comments
…l affecting python 3.11.9 and likely >3.13 (#484).
Thank you for reporting. The issue should be fixed with #486. Though, would be nice if you try it out with training_extensions. You could for example set as requirement |
@vinnamkim I merged the pull request so that tests stop failing. But please test it out if you can. If more fixes are needed, then better to do them before the next release. |
Hi @mauvilsa, |
- upgrade jsonargparse to fix a bug. see omni-us/jsonargparse#484 - specify the versions of some packages
🐛 Bug report
Hi, thanks in advance for your hard work.
Today, a CI pipeline of our repository started being broken only on Python 3.11: https://github.com/openvinotoolkit/training_extensions/actions/runs/8608284639/job/23590400567
This seems that Python 3.11.9 is released very recently (Apr. 8) and jsonargparse got affected by this update.
Please see the following minimal reproduction Python script.
To reproduce
Expected behavior
No error
Environment
pip install jsonargparse[all]
): pip install jsonargparseThe text was updated successfully, but these errors were encountered: