Python 3.6.1 installation scrapy pit Tour

Source: Internet
Author: User

System environment: WIN10 64-bit system installation

Python basic Environment configuration does not do too much introduction

Windows environment installation scrapy need to rely on Pywin32, download the corresponding Python version of the exe file to perform the installation, download the Pywin32 version of the installation will not fail

Download dependent address: https://sourceforge.net/projects/pywin32/files/pywin32/Build%20221/

Download dependent installation finished try Pip install Scrapy, apparently failed.

Discover the solution of the Netizen:

Address: 80768328

Installing Scrapy also requires a dependency library with these: Twisted, lxml, Pyopenssl,wheel

My Computer directly pip install Twisted also not works,

Into the https://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted下载后, local installation (in the corresponding twisted file directory with the PIP install the full name and suffix. WHL twisted file) Can

Try pip install scrapy again after installation is complete

(Win7 64-bit system tries to encounter need to install VC + + dependent library, recommended reference solution: 52689043)

Test import scrapy with Python interactive no error very nice, perfect installation success

Of course, there will be other anomalies, the novice's words are recommended to use the Anaconda integration environment

This is Tsinghua's Mirror station. Address: https://mirror.tuna.tsinghua.edu.cn/help/anaconda/

NetEase's Mirror station: http://mirrors.163.com/

Global Mirror Station: https://www.debian.org/mirror/list

Python 3.6.1 installation scrapy pit Tour

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.