Scrapy installation problem record

Source: Internet
Author: User

Ubuntu Small white One, because of the lack of understanding of Ubuntu so that some problems can not solve only the idiot reload again.

Summarize the questions:

1, pip installation comes with Scrapy version too low official does not provide maintenance, uninstall does not completely lead to reload the latest version of unsuccessful

#把Scrapy签名的GPG密钥添加到APT的钥匙环中: sudo apt-key adv--keyserver hkp://keyserver.ubuntu.com:80--recv 627220e7# Execute the following command to create/etc /apt/sources.list.d/scrapy.list file: Echo ' deb Http://archive.scrapy.org/ubuntu scrapy main ' | sudo tee/etc/apt/sources.list.d/scrapy.list# update package list and install Scrapy-0.24:sudo apt-get update && sudo apt-get install scrapy-0.24

2, the dependence is not enough mainly Python-support module caused, scrapy need version >0.90 and support seems to be abandoned

3, support package through the Software Center installation is unsuccessful, the use of command installation success

sudo dpkg-i python-support_1.0.15_all.deb

Data collation:

1. Scrapy Official documents: Http://scrapy-chs.readthedocs.io/zh_CN/0.24/topics/ubuntu.html#topics-ubuntu

2, Python-support download: https://packages.debian.org/jessie/all/python-support/download

Scrapy installation problem record

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.