Fix Pip Install Unable to Find vcvarsall.bat
Submitted by NanoDano on Sat, 11/28/2015 - 18:38Sometimes when installing a Python module with pip it returns an error like this:
error: Microsoft Visual C++ 10.0 is required (Unable to find vcvarsall.bat).
This means you need to have Microsoft's Visual C++ compiler in order to compile some C code that is included with the Python module.