Scrapy installation under Windows

Source: Internet
Author: User

C:\users\xxxx>easy_install scrapy Errors fatal error C1083:cannot open include file: ' Openssl/aes.h ': No such file or directory. Just remembered Scrapy homepage Installation Guide has pre-requisites, is the need to install OpenSSL beforehand. In the homepage given the link selected Win32openssl-0.9.8za download, the old version may be better compatible, should not matter. But when installing OpenSSL, the Win32 OpenSSL installation Project Setup has detected, the following critical component is Missi Ng ..., but I have installed Visual C + + 2008. In the download OpenSSL place also has Visual C + + 2008, want to give out together should be compatible, simply downloaded again installed once, sure enough no error.

Scrapy installation after the IDE inspection, import scrapy after the appearance of importerror, meaning the lack of zope.interface, this is pre-requisites, in LFD Found in the EXE installation, in the import scrapy there is no problem.

no module named Cryptography.hazmat.bindings.openssl.binding. It looks like the cryptography package is missing, and the source download installation is found in LFD . The problem distutils.errors.distutilserror:could not the find suitable distribution for requirement.parse< ' cffi>=0.8 ' > should be less cffi, less what to fill, LDF The found on the EXE mount. Try again, this time less cffi become less pycparser, the same as the former complement. Still error: This time is

Summarize:

appears as many installation errors as above, one is not according to the requirements of the Guide, check and fill the pre-requisite, and the second is to use Easy_ Install and source setup.py, have encountered the C compiler incompatibility problem, and PIP can be installed smoothly, later with Pip, also do not have to spend time looking for resources, really brief encounter.

Scrapy installation under Windows

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.