I'm on Windows 10 and I've been trying to pip install mysql, but keep getting the error message:
error: command 'c1.exe' failed: No such file or directory
I have Microsoft VC 14 installed, at C:\Program Files (x86)\ For some reason when I installed python, it installed at C:\Users\name\AppData\Local\Programs\Python\Python36
I've tried moving c1.exe into the python folder, but that didn't help. Do I need to move the python folder somewhere else? Will that mess up python in any way? Is there an easier fix?
UPDATE: I changed the PATH variable, and it resolved this error. Then it moved on to a new error:
I changed the path, and it resolved the error. Then I got a new error, related to the execution of c1.exe it seems:
_mysql.c
_mysql.c(42): fatal error C1083: Cannot open include file: 'config-win.h': No such file or directory
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\bin\\x86_amd64\\c1.exe' failed with exit status 2`