简体   繁体   English

在python 3.4中安装numpy时出错

[英]Error to install numpy in python 3.4

This question may be answered in other posts. 可以在其他帖子中回答这个问题。 If so please refer me to those. 如果是这样,请告诉我这些。 I want to install numpy in python 3.4 for win 32 . 我想在python 3.4win 32安装numpy I follow these steps: 我遵循以下步骤:

  1. I downloaded file: numpy-1.13.3+mkl-cp34-cp34m-win32.whl 我下载了文件:numpy-1.13.3 + mkl-cp34-cp34m-win32.whl
  2. In CMP in the path of c: python34\\Scripts> I copy: 在CMP中c:python34 \\ Scripts>的路径中,我复制:

     pip install " C:\\Users\\Myname\\Downloads\\ numpy-1.13.3+mkl-cp34-cp34m-win32.whl" (or pip3.4.exe install ....) 

It does not install numpy . 它不会安装numpy The error includes 8 lines like: 错误包括8行,例如:

File "C: Python34\lib\site-package\pip\basecommand.py" line 215, in main status=self.run (options, args)

and finally 最后

FileNotFoundError:[Error 2] No such file or directory: " C:\\Users\\Myname\\Downloads\\ numpy-1.13.3+mkl-cp34-cp34m-win32.whl"

Could you please help me to figure it out? 您能帮我弄清楚吗?

Just do: 做就是了:

pip install " C:\\Users\\Myname\\Downloads\\numpy-1.13.3+mkl-cp34-cp34m-win32.whl"

(without the space character before 'numpy') (在'numpy'之前没有空格字符)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM