Closed
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