Fix error when installing Python scrapy: Microsoft Visual C + + 14.0 is required ...

Source: Internet
Author: User
Tags python scrapy

In the Win7 64-bit system, Python version 3.6, the installation of Scrapy errors error, error is as follows:

The solution is as follows:

Download the file in the https://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted TWISTED-18.7.0-CP36-CP36M-WIN_AMD64.WHL , where the CP is followed by the Python version, and AMD numbers represent the number of Windows system bits,

Execute the following command in CMD:

pip install C:\Users\CR\Downloads\Twisted-18.7.0-cp36-cp36m-win_amd64.whlAfter the installation is complete, then execute the scrapy installation command: PIP3 install scrapy So it can be installed successfully

Fix error when installing Python scrapy: Microsoft Visual C + + 14.0 is required ...

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.