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?
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?
You could use alternative python distribution with integrated MKL support such as Anaconda to avoid those pip issues.