-
Notifications
You must be signed in to change notification settings - Fork 208
Closed
Labels
P1Medium priority - Should doMedium priority - Should dobugSomething isn't workingSomething isn't working
Description
Installing on Windows:
python -m pip install cuda-python
Then from python:
from cuda import cuda
Fails with
File "cuda\cuda.pyx", line 1, in init cuda.cuda
File "cuda\ccuda.pyx", line 1, in init cuda.ccuda
File "cuda\_cuda\ccuda.pyx", line 8, in init cuda._cuda.ccuda
ModuleNotFoundError: No module named 'win32api'
I can fix this by installing pypiwin32
manually. But I think it should be listed in requirements.txt if platform_system is Windows.
Thanks
yuangan and adegerardleofang
Metadata
Metadata
Assignees
Labels
P1Medium priority - Should doMedium priority - Should dobugSomething isn't workingSomething isn't working