0
点赞
收藏
分享

微信扫一扫

gcc: error trying to exec ‘cc1plus‘: execvp: 没有那个文件或目录 error: command ‘gcc‘ failed with exit status


Python报错:gcc: error trying to exec ‘cc1plus’: execvp: 没有那个文件或目录 error: command ‘gcc’ failed with exit status

解决方法:
安装如下开发环境和基础包

yum install -y gcc gcc-c++ gcc-devel libffi-devel openssl-devel python-dev libsasl2-dev


举报

相关推荐

0 条评论