quando executo o comando da esse erro de instalação. 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:\users\lcam\appdata\local\programs\python\python36-32\python.exe -u -c "import setuptools, tokenize;file='C:\Users\lcam\AppData\Local\Temp\pip-build-1qcekb\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\l_cam\AppData\Local\Temp\pip-kbj1qocj-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\l_cam\AppData\Local\Temp\pip-build-1_qce_kb\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\l_cam\AppData\Local\Temp\pip-build-1_qce_kb\scikit-learn\setup.py", line 149, in get_scipy_status import scipy ModuleNotFoundError: No module named 'scipy' Traceback (most recent call last): File "", line 1, in File "C:\Users\l_cam\AppData\Local\Temp\pip-build-1_qce_kb\scikit-learn\setup.py", line 270, in setup_package() File "C:\Users\l_cam\AppData\Local\Temp\pip-build-1_qce_kb\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
Gostaria de resolver esse problema , obrigado