Scrapy installation Error: Microsoft Visual C + + 14.0 is required ...

Source: Internet
Author: User

Copyright NOTICE: This article is the original blogger article, reproduced please indicate the source: http://blog.csdn.net/nima1994

Problem description

The current environment win7,python_3.6.1,32 bit.
Under Windows, run pip install scrapy error in DOS:

building ‘twisted.test.raiser‘ extensionerror: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
Solution Solutions

http://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted Download a twisted version of WHL file (such as my twisted?17.5.0?cp36?cp36m? WIN_AMD64.WHL), the CP is followed by the Python version, AMD64 stands for 64 bits, and the command is run:

pip install C:\Users\CR\Downloads\Twisted-17.5.0-cp36-cp36m-win_amd64.whl
    • 1

Where install is followed by the full path name of the downloaded WHL file
When the installation is complete, run again:

install Scrapy
    • 1

can be successful.

Scrapy installation Error: Microsoft Visual C + + 14.0 is required ...

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.