9.Python Installation Scrapy Tutorial

Source: Internet
Author: User

1. In the command line input: PIP3 install Scrapy (PIP3 is because I python version is 3.6), the error is as follows:

2. Workaround: #twisted中下载相应链接 the https://www.lfd.uci.edu/~gohlke/pythonlibs/as shown in:

3. In the command line input: PIP3 install D:\NANCY\TWISTED-18.7.0-CP36-CP36M-WIN_AMD64.WHL, the result unexpectedly error, error information as follows:

4. After swapping a version, use the command: PIP3 install D:\NANCY\TWISTED-18.7.0-CP36-CP36M-WIN32.WHL installation succeeded

5. Enter again at the command line: PIP3 install scrapy, installation successful

6. Verify that the Scrapy is successfully installed and enter: Scrapy at the command line, which is the successful installation

9.Python Installation Scrapy Tutorial

Related Article

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.