error: command 'gcc' failed with exit status 1
时间:2016-06-02 20:12:08
收藏:0
阅读:183
使用 pip install scrapy 安装 scrapy 时,提示error: command ‘gcc‘ failed with exit status 1
解决方法:
yum -y install gcc python-devel
本文出自 “骑猪去旅行” 博客,请务必保留此出处http://songqinglong.blog.51cto.com/7591177/1785564
原文:http://songqinglong.blog.51cto.com/7591177/1785564
评论(0)