pip安装软件时出现错误:command ´gcc´ failed with exit status 1
问题描述
[root@test home]# cat /root/.pip/pip.conf [global] index-url = https://pypi.mirrors.ustc.edu.cn/simple/ trusted-host = pypi.mirrors.ustc.edu.cn
安装过程中,系统报错"command ´gcc´ failed with exit status 1",如图1所示。但是,在用pip安装Python库软件之前,确认已经使用yum命令安装了gcc。
问题原因
缺少openssl-devel支持。