0

In the cmd, I put the following code :

pip install scipy

But it doesn't work, and the console show that:

enter image description here

enter image description here

Robert
  • 10,403
  • 14
  • 67
  • 117
C.J
  • 57
  • 1
  • 10

1 Answers1

0

Try these pre-compiled modules at your own risk http://www.lfd.uci.edu/~gohlke/pythonlibs/

EDIT: First image tells it all: you need to provide additional recourses to compile scipy

crayxt
  • 2,367
  • 2
  • 12
  • 17
  • Then i download the package "numpy-1.11.0+mkl-cp34-cp34m-win32.whl " and run "python numpy-1.11.0+mkl-cp34-cp34m-win32.whl install",the console show numpy installed success,but when i try pip install scipy ,it comes to the same situation. – C.J May 13 '16 at 11:17
  • I mean, install scipy from there as well – crayxt May 13 '16 at 12:38