0
点赞
收藏
分享

微信扫一扫

command ‘gcc‘ failed with exit status 1


pip 安装依赖出现gcc问题

command ‘gcc‘ failed with exit status 1_python

解决方法:

缺的是Python.h,所以就安装以下python的devel环境就好
以防万一,可以把一下依赖全部装上

yum install -y libffi-devel python-devel openssl-devel


举报

相关推荐

0 条评论