gpt4 book ai didi

python - linux red hat 安装numpy报错

转载 作者:IT王子 更新时间:2023-10-29 00:25:01 25 4
gpt4 key购买 nike

我正在尝试从 http://www.scipy.org/Download 安装 numpy .

通过 git clone git://github.com/numpy/numpy.git numpy

但是,当我运行 python setup.py install

我得到了:

系统错误:无法编译“Python.h”。也许你需要安装 python-dev|python-devel

从哪里获得 python-dev?

我试过:

$ easy_install python-devel
Searching for python-devel
Reading http://pypi.python.org/simple/python-devel/
Couldn't find index page for 'python-devel' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
No local packages or download links found for python-devel
error: Could not find suitable distribution for Requirement.parse('python-devel')

$ easy_install python-dev
Searching for python-dev
Reading http://pypi.python.org/simple/python-dev/
Couldn't find index page for 'python-dev' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
No local packages or download links found for python-dev
error: Could not find suitable distribution for Requirement.parse('python-dev')

任何帮助将不胜感激。

为了解决python-dev的问题,我在本地安装了python2.6。

但是,当我使用 python setup.py install --user 安装 numpy 时,

我得到了:

$ python setup.py install --user

'导入站点'失败;

使用 -v 进行回溯 Traceback(最近调用最后一次):文件“setup.py”,第 18 行,

在导入 os ImportError:

没有名为os的模块

在python2.6中

我得到:>>> import os Traceback(最近一次调用 last):文件“”,第 1 行,在 ImportError 中:没有名为 os 的模块

任何帮助将不胜感激。谢谢

以下链接没有帮助,因为我没有 root 权限,无法使用 sudo。

example1

example2

最佳答案

如果你在 Ubuntu 中(例如 Ubuntu 12.04),这很容易,

sudo apt-get install python-numpy

或者你可以通过 pip 从源代码编译(我认为在 RedHat 上几乎是一样的):

sudo apt-get install python-dev  
sudo apt-get install python-pip
pip install numpy

关于python - linux red hat 安装numpy报错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13061379/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com