I entered pip install scipy and everything was installing fine but then all of a sudden I got this.
----------------------------------------
Command "c:\python34\python.exe -u -c "import setuptools, tokenize;__file__='C:\
\Users\\Excel\\AppData\\Local\\Temp\\pip-build-l8y3lnbi\\scipy\\setup.py';exec(c
ompile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), _
_file__, 'exec'))" install --record C:\Users\Excel\AppData\Local\Temp\pip-xefll6
8u-record\install-record.txt --single-version-externally-managed --compile" fail
ed with error code 1 in C:\Users\Excel\AppData\Local\Temp\pip-build-l8y3lnbi\sci
py\
Any idea on how to get this up and running? I am using Python 3.x.
Thanks!