No module named 'pycuda.compyte' #339
Unanswered
baihaozi12
asked this question in
Troubleshooting
Replies: 2 comments
-
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
-
子模块未下载 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
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