I tried using
pip install Theano
but I get this error:
failed with error code 1 in ...\scipy\
ok this next then:
pip install scipy
same error...
how to install scipy...
Can't install Scipy through pip
Microsoft Windows users of 64 bit Python installations will need to download the 64 bit .whl of Scipy from http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy then simply cd into the folder you've downloaded the .whl file and run:
pip install scipy-0.17.1-cp35-cp35m-win32.whl
then I get this error:
scipy-0.17.1-cp35-cp35m-win32.whl is not a supported wheel on this platform.
now what do i do.