Python pip error Mi...
Notifications
Clear all

Python pip error Microsoft Visual C 14 0 is required

RSS

(@sathish)
Member Moderator
加入ed: 2 years ago
Posts: 1391
03/05/2021 1:16 pm

I am getting the error:

error: Microsoft Visual C++ 14.0 is required

When I try to install pycrypto module using the following command:

pip install pycrypto

How to solve this?


Quote
(@abhijith)
Noble Member
加入ed: 2 years ago
帖子:1350
03/05/2021 1:19 pm

Seems like the setup tools for python aren’t up-to-date. Try upgrading them first and then install pycrypto

pip install --upgrade setuptools pip install pycrypto

ReplyQuote
Share:
Baidu