I am trying to install sklearn, and hitting wall after wall. When I first tried to install it through pip, it started flipping out about scipy. I went and installed the scipy wheel file, and the numpy+mkl wheel file after that. After some more errors and such, I tried reinstalling everything. Still nope. Tried updating setuptools just to be sure, still nope. This time, I try again and after considerable time and a huge wall of text, if stops with this error:
Command "C:\Users\ZackPC\AppData\Local\Programs\Python\Python36-32\python.exe
-u -c "import setuptools,
tokenize;__file__='C:\\Users\\ZackPC\\AppData\\Local\\Temp\\pip-build-
gowcc39f\\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\ZackPC\AppData\Local\Temp\pip-
_y2kd8u6-record\install-record.txt --single-version-externally-managed --
compile" failed with error code 1 in C:\Users\ZackPC\AppData\Local\Temp\pip-
build-gowcc39f\scikit-learn\
Searching this error gets me right back to one of the beginning threads I searched through, this one, which has a similar error. I've tried pretty much everything in there to no avail. Anybody have ideas?