pip 安装提示 command gcc failed with exit status 1
使用pip安装docker-compose的时候报错如下:error: command 'gcc' failed with exit status 1解决:yum -y install gcc-c++yum install python-devel -y#仅针对环境为Python2.x如果是python3.4的环境则使用:yum install python34-devel...
·
使用pip安装docker-compose的时候报错如下:error: command 'gcc' failed with exit status 1
解决:
yum -y install gcc gcc-c++
yum install python-devel -y
#仅针对环境为Python2.x
如果是python3.4的环境则使用:yum install python34-devel
更多推荐




所有评论(0)