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.