您的位置: 首页 > IT文章 > Centos pip 安装uwsgi 报错“fatal error: Python.h: No such file or directory” Centos pip 安装uwsgi 报错“fatal error: Python.h: No such file or directory” 分类: IT文章 • 2024-07-15 21:03:01 解决方法: 安装python-devel即可,注意,不是python-dev yum -y install python-devel