Python3 under Installation Scrapy

Source: Internet
Author: User

There's a lot of errors installing scrapy under Windows, and I'm sending out the steps I've made for more people to refer to.

First, go directly to the Scrapy website under the document Installation Guide under installing Scrapy:

Https://doc.scrapy.org/en/1.2/intro/install.html

You can see the packages on which the scrapy is installed.

Parsel, W3lib, cryptography, Pyopenssl These can be installed directly using the PIP command. Such as:

Pip Install Parsel

lxml and twisted use PIP to install the error.

These two packages can be downloaded in the following Web site WHL file, after installation.

http://www.lfd.uci.edu/~gohlke/pythonlibs/

Note Download When you want to select your own operating system and the number of Python software bits corresponding to download

Dependency packages can be installed with the PIP command after the installation is complete scrapy

Waiting to be done shows successfully.

At this point, scrapy installation is complete, you can do what you want to do

Python3 under Installation Scrapy

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.