I downloaded numpy-1.10.1 from sourceforge and I have Python 2.7. I extracted, renamed and entered the numpy directory under site-packages. I ran the
python setup.py install
command, and got this error message. I have Microsoft Visual C++ 2013 Redistributable, and it's asking for version 9.
C:\Python27\Lib\site-packages\numpy
$ python setup.py install
[lots of text]
error: Microsoft Visual C++ 9.0 is required (Unable to find vcvarsall.bat) Get it from http://aka.ms/vcpython27
Why isn't it backward compatible?