No module named 'pycuda.compyte' #339
Unanswered
baihaozi12
asked this question in
Troubleshooting
Replies: 1 comment
-
You downloaded the release from the (very broken) Github "Releases" tab. Download the release from https://pypi.org/project/pycuda/ instead. |
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
-
Describe the bug
When I install pycuda and run 'import pycuda.autoinit'. and the terminal shows that " from pycuda.compyte.dtypes import ( # noqa: F401 ModuleNotFoundError: No module named 'pycuda.compyte' "
To Reproduce
Steps to reproduce the behavior:
Expected behavior
'import pycuda.autoinit'
from pycuda.compyte.dtypes import ( # noqa: F401 ModuleNotFoundError: No module named 'pycuda.compyte'
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions