error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe' failed with exit status 2
I'm trying to install PyCuda package for my program and I get the above error. The IDE I use is Pycharm. My pip version is 10.0.1. What could be the possible issue?
I solved it using these steps:
Thanks