码迷,mamicode.com
首页 > 编程语言 > 详细

python ----Linux上安装scrapy

时间:2017-11-09 15:06:19      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:details   pack   linux   ons   bsp   div   for   twisted   find   

在安装scrapy之前首先得确保你已经安装了python 以及pip

1,安装scrapy

pip install scrapy

如果报错:Could not find a version that satisfies the requirement Twisted>=13.1.0 (from Scrapy) (from versions: )
No matching distribution found for Twisted>=13.1.0 (from Scrapy)

原因是没有安装Twisted

2,安装Twisted。

wget https://pypi.python.org/packages/source/T/Twisted/Twisted-15.2.1.tar.bz2 --no-check-certificate
tar -xjvf Twisted-15.2.1.tar.bz2
cd Twisted-15.2.1
python setup.py install

  成功。

参考链接:http://blog.csdn.net/snowpay/article/details/64919647

 

python ----Linux上安装scrapy

标签:details   pack   linux   ons   bsp   div   for   twisted   find   

原文地址:http://www.cnblogs.com/fh-fendou/p/7808166.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!