1500字范文,内容丰富有趣,写作好帮手!
1500字范文 > error: command ‘gcc‘ failed with exit status 1

error: command ‘gcc‘ failed with exit status 1

时间:2018-10-08 01:44:19

相关推荐

error: command ‘gcc‘ failed with exit status 1

error: command ‘gcc’ failed with exit status 1

Setup script exited with error: command ‘gcc’ failed with exit status 1

由于没有正确安装Python开发环境导致。

Debin/Ubuntu

Python2

sudo apt-get install python-dev

Python3

sudo apt-get install python3-dev

可能需要libevent库

sudo apt-get install libevent-dev

最后更新下开发环境

sudo apt-get groupinstall 'development tools'Centos/Fedorasudo yum install python-develsudo yum install libevent-develeasy_install gevent

或者

pip install gevent

把环境更新下

sudo yum install groupinstall 'development tools'

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。