python库安装中Microsoft|python库安装中Microsoft Visual C++ is required解决方法

在用pycharm过程中,用pip去安装一些第三方包的时候会出现如下错误,缺少C++编译器,因为有些程序需要使用,没有C++接口会报错,查阅相关资料及自己的解决方案

error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/ Tools":

一、直接下载对应版本的.whl文件,然后运行pip install xxx.whl进行安装 比如要下mmcv库,就去相应的网站找离线包,下到本地后pip install即可
二、按照提示去官网下载Visual Studio 官网链接:
https://visualstudio.microsoft.com/zh-hans/downloads/
三、使用Microsoft Visual C++ Build Tools 但是直接去安装一个visual Studio十几个G也不是不行,但是好像也不是很方便,采用Microsoft Visual C++ Build Tools来解决也是很不错的方式
提供两种不同的下载方式:
https://pan.baidu.com/s/1-VTGzPA-RS6eIIqgiRO4yg
http://go.microsoft.com/fwlink/?LinkId=691126
Microsoft Visual C++ Build Tools的安装和使用这里不赘述,可以参照这篇文章:
https://blog.csdn.net/u012247418/article/details/82314129
python库安装中Microsoft|python库安装中Microsoft Visual C++ is required解决方法
文章图片

上述方法在使用过程中实际出现了安装包损坏或者其他的问题,无法使用的问题,为此我也找了解决方案,从Internet下载包总是失败,所以采用离线下载的方式,来离线搜索安装包实现离线安装
离线包我这里给大家一个百度网盘的连接,大家自行下载即可
链接:https://pan.baidu.com/s/1ytKIVSBXLMQhrXleC_I4dA
提取码:8scp
顺利完成
【python库安装中Microsoft|python库安装中Microsoft Visual C++ is required解决方法】python库安装中Microsoft|python库安装中Microsoft Visual C++ is required解决方法
文章图片

    推荐阅读