Thursday, January 28, 2016

Easy way to resolve --- Python 3.5 in win8 (Unable to find vcvarsall.bat)

  • pip install numpy
However, If you don’t have a C/C++ compiler installed, you can get the following error while you are trying to install Numpy on Windows 7 or 8.1:
  • error: Microsoft Visual C++ 9.0 is required (Unable to find vcvarsall.bat)
Easiest way to install Numpy is using the (unofficial) binary packages from Christoph’s site.