您的位置:首页 > 编程语言 > Python开发

fatal error: Python.h: No such file or directory

2017-11-14 00:00 519 查看
摘要: centos7 pip install uwsgi error

1. centos安装uwsgi报错

fatal error: Python.h: No such file or directory

2. 解决办法

yum install python-devel.x86_64
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  python install uwsgi CentOS
相关文章推荐