美文网首页
安装 windows-build-tools 卡在 Python

安装 windows-build-tools 卡在 Python

作者: 卓灬不凡 | 来源:发表于2021-10-30 00:29 被阅读0次
  • 安装 windows-build-tools 时一直卡在

Python 2.7 is already installed, not installing again.
  • 解决方法

前提条件:确保已安装 Python 2.7 并且已配置好环境变量
解决步骤
  1. 在资源管理器中粘贴 %temp% 打开Windows temp目录
  2. 创建一个名为 dd_client_.log 的文件
  3. 写入 Closing installer. Return code: 3010. 然后保存文件
  • 然后 windows-build-tools 就自动继续安装了

相关文章

网友评论

      本文标题:安装 windows-build-tools 卡在 Python

      本文链接:https://www.haomeiwen.com/subject/tfawaltx.html