编程语言
首页 > 编程语言> > 坑(二十八)—— pip3安装模块找不到Python.h

坑(二十八)—— pip3安装模块找不到Python.h

作者:互联网

pip3安装uwsgi报错

复现

pip3 install uwsgi -i https://pypi.tuna.tsinghua.edu.cn/simple

 

原因

根据日志提示,报错原因是找不到Python.h文件

 

解决

# Python 3.6
yum install -y gcc python36-devel

标签:pip3,二十八,Python,报错,install,安装,uwsgi
来源: https://www.cnblogs.com/linagcheng/p/15656778.html