No module named pycuda #344
Unanswered
JiangWeiHn
asked this question in
Troubleshooting
Replies: 0 comments
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.
-
Environment (please complete the following information):
Additional context
when i run pip install pycuda==2021.1,i got :
Requirement already satisfied: pycuda==2021.1 in ./anaconda3/lib/python3.8/site-packages (2021.1)
Requirement already satisfied: appdirs>=1.4.0 in ./anaconda3/lib/python3.8/site-packages (from pycuda==2021.1) (1.4.4)
Requirement already satisfied: mako in ./anaconda3/lib/python3.8/site-packages (from pycuda==2021.1) (1.1.6)
Requirement already satisfied: pytools>=2011.2 in ./anaconda3/lib/python3.8/site-packages (from pycuda==2021.1) (2021.2.9)
Requirement already satisfied: numpy>=1.6.0 in ./.local/lib/python3.8/site-packages (from pytools>=2011.2->pycuda==2021.1) (1.19.5)
Requirement already satisfied: MarkupSafe>=0.9.2 in ./anaconda3/lib/python3.8/site-packages (from mako->pycuda==2021.1) (1.1.1)
when i import pycuda, i got:
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'pycuda'
how can i fix this bug?
Beta Was this translation helpful? Give feedback.
All reactions