You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Sorry for lack of response. I actually am puzzled too because IIRC at one point we did have pywin32 listed but it seems to be gone now. @vzhurba01 do you know what happened?
I don't think the file had called it out explicitly before. I've now added it to requirements.txt if platform_system is Windows. This change will get picked up in the next wheel release.
Leaving the bug open until the next set of wheels are released and the fix is confirmed.
Installing on Windows:
python -m pip install cuda-python
Then from python:
from cuda import cuda
Fails with
I can fix this by installing
pypiwin32
manually. But I think it should be listed in requirements.txt if platform_system is Windows.Thanks
The text was updated successfully, but these errors were encountered: