Successfully installed Python2.7,为何卡住不继续安装windows-build-tools?
- 内容介绍
- 文章标签
- 相关推荐
本文共计861个文字,预计阅读时间需要4分钟。
安装Windows Build Tools时卡在Successfully installed Python 2.7解决步骤总结:确保Python 2.7已正确安装,检查环境变量设置,尝试重新安装或更新相关工具。
目录
- npm安装windows-build-tools时卡在Successfully installed Python 2.7
- 解决步骤
- renren-fast-vue无法运行相关问题汇总
- vscode安装npm过程汇总
npm安装windows-build-tools时卡在Successfully installed Python 2.7
如果你找到了这里,说明你之前看过的博文都是没有效果且没有任何意义的。因为我按照其他的教程试验了一下,根本没有任何效果。
这其实是windows-build-tools安装脚本的一个BUG,我在其github的issue中找到了这个
链接:github.com/felixrieseberg/windows-build-tools/issues/244
有兴趣的可以直接打开看原文,以下为我的翻译
“Windows-build-tools脚本存在问题,无法找到VS构建工具安装程序的日志文件。似乎VS构建工具安装程序创建的日志文件已更改。
本文共计861个文字,预计阅读时间需要4分钟。
安装Windows Build Tools时卡在Successfully installed Python 2.7解决步骤总结:确保Python 2.7已正确安装,检查环境变量设置,尝试重新安装或更新相关工具。
目录
- npm安装windows-build-tools时卡在Successfully installed Python 2.7
- 解决步骤
- renren-fast-vue无法运行相关问题汇总
- vscode安装npm过程汇总
npm安装windows-build-tools时卡在Successfully installed Python 2.7
如果你找到了这里,说明你之前看过的博文都是没有效果且没有任何意义的。因为我按照其他的教程试验了一下,根本没有任何效果。
这其实是windows-build-tools安装脚本的一个BUG,我在其github的issue中找到了这个
链接:github.com/felixrieseberg/windows-build-tools/issues/244
有兴趣的可以直接打开看原文,以下为我的翻译
“Windows-build-tools脚本存在问题,无法找到VS构建工具安装程序的日志文件。似乎VS构建工具安装程序创建的日志文件已更改。

