I've installed Python 3.5 and while running
pip install mysql-python
it gives me the following error
error: Microsoft Visual C++ 14.0 is required (Unable to find vcvarsall.bat)
I have added the following lines to my Path
C:Program FilesPython 3.5Scripts;
C:Program FilesPython 3.5;
C:WindowsSystem32;
C:Program Files (x86)Microsoft Visual Studio 12.0VC;
C:Program Files (x86)Microsoft Visual Studio 11.0VC
I have a 64bit win 7 setup in my PC.
What could be the solution for mitigating this error and installing the modules correctly via pip
.
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…