-
Notifications
You must be signed in to change notification settings - Fork 297
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
Compatibility issues with NumPy 2.0.0 #608
Comments
I got the same error too. My system environment is:
|
As a temporary workaround, it helped me to downgrade numpy:
|
Yes it works. It needs to limit the version or try to become compatible with numpy 2 |
We're tracking an issue where the latest Windows PyTorch builds are built against numpy<2 pytorch/pytorch#131668. This issue should be fixed in the upcoming PyTorch 2.4.1 release which we plan to add support for |
When I run the code
I got the error msg:
Enviroments:
The text was updated successfully, but these errors were encountered: