error Microsoft Visual C 14 0 is required

0 votes
error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/
May 27, 2020 in Java-Script by Abhishek
• 130 points
1,068 views

2 answers to this question.

0 votes

Hi, @Abhishek,

You may also need to upgrade setuptools package for the error to disappear:

pip install --upgrade setuptools

Hope this helps.

answered May 27, 2020 by Gitika
• 65,910 points
0 votes

According to your question, it seems that your path is only listing Visual Studio 11 and 12 but it however wants 14, which is Visual Studio 2015. By installing that and remembering to tick the box for LanguagesC++ then it should work. The ERROR message for my Python 3.5 install was helpful as it included the URL from where it could be gotten from:- 

error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools"

You will also probably have the need to upgrade setuptools package for the error to disappear:
 

pip install --upgrade setuptools

answered Feb 8, 2022 by Rahul
• 9,670 points

Related Questions In Java-Script

0 votes
1 answer

Error:“Access is denied” error on accessing iframe document object

Hello @kartik, Basically, this error occurs when the ...READ MORE

answered Apr 27, 2020 in Java-Script by Niroj
• 82,880 points
2,339 views
0 votes
1 answer

Error:Invariant Violation: _registerComponent(…): Target container is not a DOM element

Hii @kartik, Basically what you done is right, ...READ MORE

answered Jun 8, 2020 in Java-Script by Niroj
• 82,880 points
2,516 views
0 votes
1 answer

Error:No Access-Control-Allow-Origin header is present on the requested resource node.js

Hello @kartik, My guess is that you're serving ...READ MORE

answered Jun 8, 2020 in Java-Script by Niroj
• 82,880 points
4,335 views
0 votes
1 answer

Error:Origin is not allowed by Access-Control-Allow-Origin

Hello @kartik, The easiest way to handle this ...READ MORE

answered Jun 18, 2020 in Java-Script by Niroj
• 82,880 points
8,296 views
0 votes
1 answer

Error:“Access is denied” error on accessing iframe document object

Hii @kartik, The problem was that even though the ...READ MORE

answered Jun 19, 2020 in Java-Script by Niroj
• 82,880 points
1,875 views
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,067 views
0 votes
1 answer
+5 votes
6 answers

Lowercase in Python

You can simply the built-in function in ...READ MORE

answered Apr 11, 2018 in Python by hemant
• 5,790 points
3,485 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP