收起
pip install uwsgi安装失败问题的解决_小龙狗的博客-CSDN博客 问题描述Linux下使用python开发,需要uwsgi模块时,常常会出现pip install 失败的情况,就像下图这样。是什么原因造成的呢?因为缺少一个python-devel包,所以只需要下载安装这个包就可以解决了。但是要特别注意python版本要与之对应的问题。[root@VM_0_13_centos ~]# pip install uwsgiLooking in indexes: ... https://blog.csdn.net/ShyLoneGirl/article/details/83030024
报告相同问题?