【Error】Python安装gevent时出错:“致命错误: Python.h:没有那个文件或目录”
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
Python Web开发时,为了获得极高的并发性能,需要使用gevent,在Linux下用python的包安装工具pip安装gevent时:sudo pip install gevent,出现如下错误:
致命错误: Python.h:没有那个文件或目录
这种情况是因为没有安装python-dev,所以只需要安装python-dev之后再安装gevent就不会出错了。
安装python-dev命令:sudo apt-get install python-dev
最近在用gunicorn+gevent来进行python web开发,遇到了上述的错误,希望对大家有用。
GitHub 加速计划 / li / linux-dash
6
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:3 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献7条内容
所有评论(0)