由于Visual C++无法在我的VS代码终端上安装Web3。错误
我正在尝试通过Visual Studio代码中的PIP安装Web3py,但我遇到了一个错误:
Microsoft Visual C ++ 14.0。
的。
I'm trying to install web3py via pip in Visual Studio Code but I am getting an error:
Microsoft Visual C++ 14.0 is required.
I tried installing build tools for Visual Studio app, but it is still not working
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从这里下载所需的Microsoft构建工具:
https://visalstudio.microsoft工具/
打开下载并选择
工作负载> C ++构建工具
安装选定的C ++构建工具。
Download the required Microsoft build tools from here:
https://visualstudio.microsoft.com/visual-cpp-build-tools/
Open the download and select
Workloads > C++ build tools
Install the selected C++ build tools.