I have Microsoft Visual C++ 2010 x(86|64) Redistributable - 10.0.40219
yet while I'm trying to install the Pip package MySQL-python
via Visual Studio 2015 Community, I come up with the error error: Microsoft Visual C++ 10.0 is required (Unable to find vcvarsall.bat).
Am I missing something?
Asked
Active
Viewed 384 times
1

RyanSquared
- 138
- 1
- 5
1 Answers
1
I'd say you've not got the appropriate path variable for vc set, so your python is trying to call vcvarsall.bat, but can't find such an animal. Have a look at Cannot find vcvarsall.bat when running a Python script for this exact same question (and some answers).

Community
- 1
- 1

David T. Macknet
- 3,112
- 3
- 27
- 36