Linux centos 6.8安装scrapy异常
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux centos 6.8安装scrapy异常相关的知识,希望对你有一定的参考价值。
参考技术A 注:所有命令均在root下执行1、Couldn't find index page for 'incremental' (maybe misspelled?)
解决:
pip install --upgrade incremental -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
2、 unable to execute 'gcc': No such file or directory
error: command 'gcc' failed with exit status 1
解决:
yum install gcc -y
3、安装scrapy相关
pip install -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com -r rule文件
rule文件.eg:
scrapy>=1.3.3
scrapy-redis>=0.6.8
scrapyd>=1.2.0
scrapyd-client>=1.1.0
以上是关于Linux centos 6.8安装scrapy异常的主要内容,如果未能解决你的问题,请参考以下文章
CentOS 6.8 安装TigerVNC 实现 Linux 远程桌面