Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Microsoft Visual C++ 14.0 is required.

Tags:

scrapy

when i install scrapy package,The following error occurred:

error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools

but the website is not found,so how to solve the problem?

like image 998
zxy Avatar asked Aug 20 '18 08:08

zxy


People also ask

How do I fix Microsoft Visual C++ 14.0 is required error?

To Solve error: Microsoft Visual C++ 14.0 is required. Get it with “Microsoft Visual C++ Build Tools” You just need to Install Microsoft Visual C++ 14.0. First of all just download Visual C++ 2015 Build Tools from given link. And That will install Visual C++ 14.0 without installing Visual Studio.

Do I need all the Microsoft Visual C++?

If the software installed on your machine needs them, you need them. If it doesn't, you might not. Unfortunately, there's no easy way for you to tell which programs on your machine require which versions of the redistributables — or if any do.

How do I update Microsoft Visual C++?

The Redistributable is available in the my.visualstudio.com Downloads section as Visual C++ Redistributable for Visual Studio 2019 - Version 16.7. Use the Search box to find this version. To download the files, select the platform and language you need, and then choose the Download button.


Video Answer


1 Answers

The package is asking for the VS2015 build tools, which are now available as part of the VS2017 build tools. Download them here, or more specifically, here.

like image 63
Mankarse Avatar answered Oct 03 '22 11:10

Mankarse