簡體   English   中英

運行“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

視窗

如果您看到構建 Twisted 指示需要 Microsoft Visual C++ 的錯誤,您可能需要安裝 Visual C++ 構建工具,請參閱相關版本的 Widows 編譯器上的 Python Wiki。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM