-
Notifications
You must be signed in to change notification settings - Fork 10
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
Fix build for Python 3.11 #540
Comments
In PR #549 I removed Python 3.11 from the CI, until this issue won't be solved. While fixing this issue, remember to switch the python requirement to |
This issue is stale because it has been open for 30 days with no activity. |
As of 31/07/2024, I tried to re-add the python 3.11 version to the CI and it is still failing as reported above and in pytorch/pytorch#116707. To try to solve this:
|
I opened an issue in torch repository: pytorch/pytorch#116707.
If it's not picked up soon, we could think about work arounds, such as regenerating the problematic files with pytest fixtures (it may be that saving AND loading files with Python 3.11 solves the issue).
The text was updated successfully, but these errors were encountered: