Can not import pycuda #448
Unanswered
annoyingCode
asked this question in
Troubleshooting
Replies: 1 comment
-
Your PyCUDA was compiled for numpy 1.x, and you're trying to use with numpy 2.x. Downgrade to numpy 1.x or rebuild pycuda from source. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I try to import pycuda, it gives me the following error:
Here is the code:
Beta Was this translation helpful? Give feedback.
All reactions