Boa Tarde Pessoal,
Estou tendo o seguinte erro ao instalar o scikit no python3 , mesmo após instalar o numpy e scipy, quando tento executar os comandos
pip3 install scikit-learn
ou
pip3 install scikit-learn
Aparece o seguinte erro:
running build_clib
No module named 'numpy.distutils._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: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
----------------------------------------
Command "c:\users\gallinari\appdata\local\programs\python\python37-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\GALLIN~1\\AppData\\Local\\Temp\\pip-install-gstcjqm3\\scikit-learn\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\GALLIN~1\AppData\Local\Temp\pip-record-4e1mb0i9\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\GALLIN~1\AppData\Local\Temp\pip-install-gstcjqm3\scikit-learn\
Alguém poderia me ajudar ?