python 安装最优传输模块POT出现问题:Microsoft Visual C++ 14.0 is required (Unable to find vcvarsall.bat)

Posted 古祥

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 安装最优传输模块POT出现问题:Microsoft Visual C++ 14.0 is required (Unable to find vcvarsall.bat)相关的知识,希望对你有一定的参考价值。

解决方案:

安装visual studio 2017,选择支持Python,

安装完成后配置路径:

Add this to your PATH environment variables:

C:\\Program Files (x86)\\Windows Kits\\8.0\\bin\\x86

Copy these files:

rc.exe rcdll.dll

From

C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.0.16299.0\\x64

To

C:\\Program Files (x86)\\Microsoft Visual Studio 11.0\\VC\\bin

 

再进行pip install POT即可

以上是关于python 安装最优传输模块POT出现问题:Microsoft Visual C++ 14.0 is required (Unable to find vcvarsall.bat)的主要内容,如果未能解决你的问题,请参考以下文章

T-Pot安装教程(保证能运行,附安装需要的所有东西清单)

T-Pot安装教程(保证能运行,附安装需要的所有东西清单)

T-Pot安装教程(保证能运行,附安装需要的所有东西清单)

centos7 使用pip安装python-mysqldb模块出现的问题:

python+vlc 实现视频播放 ,需要安装这个vlc这个模块,使用pip install vlc安装,出现无法找到模块错误解决方法

python re模块出现问题