美文网首页
关于command 'gcc' failed w

关于command 'gcc' failed w

作者: dshowing | 来源:发表于2018-11-29 10:36 被阅读20次

error: command ‘gcc’ failed with exit status 1

通常由于没有安装python开发环境导致。

Debian/Ubuntu

python2

apt-get install python-dev

python3

apt-get install python3-dev

libevent库

apt-get install libevent-dev

Fedora/CentOS

yum install python-devel
yum install libevent-devel
pip install gevent

相关文章

网友评论

      本文标题:关于command 'gcc' failed w

      本文链接:https://www.haomeiwen.com/subject/huyxcqtx.html