【发布时间】:2020-02-21 04:32:40
【问题描述】:
我无法在 Windows 7 32 位上安装 Python 3.8,出现 SP1 错误日志显示 detected windows 7 sp1 without kb2533625,我整天搜索此更新但没有找到任何帮助?
【问题讨论】:
标签: python windows windows-7 python-3.8
我无法在 Windows 7 32 位上安装 Python 3.8,出现 SP1 错误日志显示 detected windows 7 sp1 without kb2533625,我整天搜索此更新但没有找到任何帮助?
【问题讨论】:
标签: python windows windows-7 python-3.8
【讨论】:
要安装 Python 3.7 或 3.8,在 windows 7 操作系统中,您需要先安装 Windows 7 Service Pack 1,然后再安装 Update for Windows 7 (KB2533623) (如果尚未安装)。
您的系统缺少 Windows 7 更新 (KB2533623),因此在您的 Python 安装日志文件中显示detected windows 7 sp1 without kb2533625,尽管它应该是@ 987654326@,我认为这是Python开发人员的错误。
转到:My Computer -> Properties 并检查系统类型。如果是64位操作系统:
如果您的操作系统是 32 位:
【讨论】: