如何安装python开发者包?

Posted

技术标签:

【中文标题】如何安装python开发者包?【英文标题】:How to install python developer package? 【发布时间】:2011-09-07 23:54:32 【问题描述】:

我正在尝试让mod_wsgi 3.3 工作。当我运行make 时,它告诉我我缺少 Python 开发人员包。如何获取和安装 Python 开发者包?

我得到的错误如下:

mod_wsgi.c:135:20: error: Python.h: No such file or directory
mod_wsgi.c:138:2: error: #error Sorry, Python developer package does not appear to be installed.
mod_wsgi.c:142:2: error: #error Sorry, mod_wsgi requires at least Python 2.3.0 for Python 2.X.
mod_wsgi.c:150:2: error: #error Sorry, mod_wsgi requires that Python supporting thread.
mod_wsgi.c:153:21: error: compile.h: No such file or directory
mod_wsgi.c:154:18: error: node.h: No such file or directory
mod_wsgi.c:155:20: error: osdefs.h: No such file or directory

系统(Amazon EC2 实例)

Apache 2.2.16 (Unix) Amazon Linux(Red Hat 4.4.4-13) AMI 测试版 2011.02 Python 2.6.6

【问题讨论】:

你是如何安装 Python 2.6.6 的? 是的,它默认安装到操作系统中。 对不起,我没有自己安装。当我创建 EC2 实例时,系统上已经有 Python 2.6.6。 【参考方案1】:

yum install python-devel 可以工作。

如果yum 不起作用,则使用

apt-get install python-dev

【讨论】:

呃 - 我正在寻找 python*dev... 谢谢。 小不适合未来的用户,我使用的是带有 python3.7 的 venv(不是默认的 python3.8),我必须运行 sudo apt install python3.7-dev【参考方案2】:

对我来说,上面提到的软件包都没有帮助。

我终于在运行后安装了lxml

sudo apt-get install python3.5-dev

【讨论】:

sudo apt-get install python3.8-dev for python3.8 Suggest edit queue is full - 每个人都想要 Python 3.8【参考方案3】:

如果你使用 yum 搜索,你可以找到你的 python 版本的 python dev 包。

对我来说,我使用的是 python 3.5。我跑了以下

yum search python | grep devel

返回以下内容

然后我可以使用以下 cmd 为我的 python 版本安装正确的包。

sudo yum install python35u-devel.x86_64

这适用于 ubuntu 或 debian 的 centos,您需要使用 apt-get

【讨论】:

python-devel.x86_64 包适用于哪个版本的 python?

以上是关于如何安装python开发者包?的主要内容,如果未能解决你的问题,请参考以下文章

Python 开发环境安装

python 开发环境安装及配置

求提供下用于python开发的eclipse安装包,官网下载的没有网络情况下好像

python如何进行桌面开发?都有哪些资料可供参考?

Window 10 安装python 3.7 + selenium (附最新安装包)

PYTHON 运行环境的迁移