Após dar o comando no Prompt de comando como administrador, deu o seguinte erro:
C:\Users\Kleber\Downloads>pip install scikit-learn
Collecting scikit-learn
Using cached scikit-learn-0.18.1.tar.gz
Building wheels for collected packages: scikit-learn
Running setup.py bdist_wheel for scikit-learn ... error
Complete output from command "c:\program files (x86)\python36-32\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\Kleber\\AppData\\Local\\Temp\\pip-build-lspca6ng\\scikit-learn\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d C:\Users\Kleber\AppData\Local\Temp\tmp6iu7mvq3pip-wheel- --python-tag cp36:
Partial import of sklearn during the build process.
Traceback (most recent call last):
File "C:\Users\Kleber\AppData\Local\Temp\pip-build-lspca6ng\scikit-learn\setup.py", line 169, in get_numpy_status
import numpy
ModuleNotFoundError: No module named 'numpy'
Traceback (most recent call last):
File "C:\Users\Kleber\AppData\Local\Temp\pip-build-lspca6ng\scikit-learn\setup.py", line 149, in get_scipy_status
import scipy
ModuleNotFoundError: No module named 'scipy'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\Kleber\AppData\Local\Temp\pip-build-lspca6ng\scikit-learn\setup.py", line 270, in <module>
setup_package()
File "C:\Users\Kleber\AppData\Local\Temp\pip-build-lspca6ng\scikit-learn\setup.py", line 250, in setup_package
.format(numpy_req_str, instructions))
ImportError: Numerical Python (NumPy) is not installed.
scikit-learn requires NumPy >= 1.6.1.
Installation instructions are available on the scikit-learn website: http://scikit-learn.org/stable/install.html
----------------------------------------
Failed building wheel for scikit-learn
Running setup.py clean for scikit-learn
Failed to build scikit-learn
Installing collected packages: scikit-learn
Running setup.py install for scikit-learn ... error
Complete output from command "c:\program files (x86)\python36-32\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\Kleber\\AppData\\Local\\Temp\\pip-build-lspca6ng\\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\Kleber\AppData\Local\Temp\pip-855bsh2w-record\install-record.txt --single-version-externally-managed --compile:
Partial import of sklearn during the build process.
Traceback (most recent call last):
File "C:\Users\Kleber\AppData\Local\Temp\pip-build-lspca6ng\scikit-learn\setup.py", line 169, in get_numpy_status
import numpy
ModuleNotFoundError: No module named 'numpy'
Traceback (most recent call last):
File "C:\Users\Kleber\AppData\Local\Temp\pip-build-lspca6ng\scikit-learn\setup.py", line 149, in get_scipy_status
import scipy
ModuleNotFoundError: No module named 'scipy'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\Kleber\AppData\Local\Temp\pip-build-lspca6ng\scikit-learn\setup.py", line 270, in <module>
setup_package()
File "C:\Users\Kleber\AppData\Local\Temp\pip-build-lspca6ng\scikit-learn\setup.py", line 250, in setup_package
.format(numpy_req_str, instructions))
ImportError: Numerical Python (NumPy) is not installed.
scikit-learn requires NumPy >= 1.6.1.
Installation instructions are available on the scikit-learn website: http://scikit-learn.org/stable/install.html
----------------------------------------
Command ""c:\program files (x86)\python36-32\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\Kleber\\AppData\\Local\\Temp\\pip-build-lspca6ng\\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\Kleber\AppData\Local\Temp\pip-855bsh2w-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\Kleber\AppData\Local\Temp\pip-build-lspca6ng\scikit-learn\
Tem algum How-to para instalação no windows 64bit ou outra opção para instalar sem o prompt ?