I am having an issue when I try to run:
pip install numpy
I get:
unable to find vcvarsall.bat.
I followed
I had the same problem. I have VS2012 and python 2.7
Ran the following in cmd tool
SET VS90COMNTOOLS=%VS110COMNTOOLS%
then used pip install
It worked.