admin 管理员组

文章数量: 887021

在Windows 7系统安装Python时报错,提示:Setup failed,具体内容为One or more issues caused the seteup to fail. Please fix the issues and then retry setup. For moer information see thd log file.Windows 7 Service Pack 1 and all applicable updates are required to install Python 3.8.0(64-bit) Please update your machine and then restart the installation),如下图:

这种情况一般发生在Windows7系统上,点击上图中log file查看日志文件,提示需要安装KB2533623.msu补丁。

虽然日志提示是需要KB2533625,但微软根本没有这个补丁,实际上改用KB2533623补丁就能解决问题。补丁打好后,记得重启,再安装Python,就会成功。

这个补丁可以百度下载,我也上传了一份在这个网站上:https://download.csdn/download/mcw_720624/18494867

 

本文标签: 报错 解决办法 Windows Setupfailed python