0

In the cmd,i put this code:

pip install numpy-1.11.0+mkl-cp35-cp35m-win32.whl

then system show the infomation to me: OSError: [WinError 17] The system cannot move the file to a different disk drive: 'd:\programs

how to deal with it?

C.J
  • 57
  • 1
  • 10

1 Answers1

0

You could use alternative python distribution with integrated MKL support such as Anaconda to avoid those pip issues.

kangshiyin
  • 9,681
  • 1
  • 17
  • 29