0

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.

Community
  • 1
  • 1
DJ Howarth
  • 562
  • 2
  • 12
  • 30
  • Probably the easiest way to install scipy, numpy, Theano, etc. on Windows is to grab the [Anaconda](https://www.continuum.io/downloads) python distribution. It already has scipy and numpy in it and is easier to install scientific packages with. – J David Smith May 23 '16 at 15:13
  • I downloaded and installed Anaconda 3. Still cant get anything to work – DJ Howarth May 23 '16 at 19:43
  • "can't get anything to work" is not very useful for giving advice. – J David Smith May 23 '16 at 19:57

0 Answers0