运行 'pip install python-binance' 时如何修复错误?

How to fix errors when running 'pip install python-binance'?

我 运行 在 cmd pip install python-binance 中执行了以下命令,但出现了两个错误

ERROR: Command errored out with exit status 1: [WinError 3] The system cannot find the path specified: 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\PlatformSDK\lib'

ERROR: Command errored out with exit status 1: Check the logs for full command output.

我完全不知道如何解决这个问题,我没有在网上找到任何解决方案,我是编程新手,所以我真的希望有人能找到这个并帮助我,否则,我会被卡住.. . 提前致谢。

错误是安装程序无法找到需要 Visual C++ 构建工具的 Visual Studio 14 安装。使用新包时,您应该阅读有关安装和要求的文档。它将帮助您解决这些问题。

来自文档: https://python-binance.readthedocs.io/en/latest/overview.html#installation

Windows

如果您在构建 Twisted 时看到错误指示需要 Microsoft Visual C++,您可能需要安装 Visual C++ 构建工具,请参阅 Python Widows 编译器上的 Wiki 了解您的相关版本。