为python 2.7.6安装numpy和pip

时间:2015-11-25 03:31:49

标签: python python-2.7 numpy pip

我想安装numpy,我把“pip install numpy”,然后(我复制别人的错误报告):

C:\Python27\python.exe -c "import setuptools, tokenize;__file__='c:\\users\\jon\\appdata\\local\\temp\\pip_build_jon\\numpy\\setup.py';   
exec(compile(getattr(tokenize, 'open', open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record c:\users\jon\appdata\local\temp\pip-qnynnf-record\install-record.txt --single-version-externally-managed 
Error:  --compile failed with error code 1 in c:\users\jon\appdata\local\temp\pip_build_jon\numpyStoring  debug log for failure in C:\Users\jon\pip\pip.log

他们说: 他们的解决方案是确保您拥有最新版本的setuptools。我从主网站安装了Python 2.7.9,它随附了setuptools和pip。另外,我通过检查点子列表确保我的系统安装了它们。

我试图升级我的点子,但我不能。以下是附加的快照:

First Image

Second Image

我使用的是Windows系统,64位,python 2.7.6。 感谢。

3 个答案:

答案 0 :(得分:2)

这对我有用:

py -2.7 -m pip install numpy

基本上你只需要放入python版本,然后指示pip模块安装你需要的东西。 资源: https://docs.python.org/2/installing/index.html

答案 1 :(得分:0)

我不明白你的第一个命令;它很容易混淆 试试

pip install numpy 

并完成它。

至于升级点:尝试

pip install --upgrade --force pip

我发现错误消息中的建议命令有点令人困惑;不需要使用python -m pip。

请注意,从版本7.1.0到7.1.2可能无关紧要。

答案 2 :(得分:0)

打开Anaconda Prompt,然后使用  点安装numpy

如果要求您升级pip命令,只需输入

python -m pip install --upgrade pip