I'm new in Python and I'm trying to install Python's library scikit-learn, but I get the following error:
building data_files sources
build_src: building npy-pkg config files
running build_py
running build_clib
No module named msvccompiler in numpy.distutils; trying from distutils
customize MSVCCompiler
Missing compiler_cxx fix for MSVCCompiler
customize MSVCCompiler using build_clib
building 'libsvm-skl' library
compiling C sources
error: Unable to find vcvarsall.bat
I use python 2.7, and I downloaded the scikit-learn from http://scikit-learn.org/dev/install.html