【问题标题】:Installing Python 3.8 on windows 7 32bit with SP1在带有 SP1 的 Windows 7 32 位上安装 Python 3.8
【发布时间】: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


    【解决方案1】:

    我认为这是 Python 开发人员的拼写错误,更新是 kb2533623 而不是 kb2533625 你可以从here 下载它,然后重新启动你的机器并尝试安装 python 3.8 或 3.7 它会像一个魅力一样工作

    更新正如@ClassicOcean 所说,kb2533623 的更新不再可用,您现在可以安装此更新来解决问题 KB3063858

    【讨论】:

    【解决方案2】:

    要安装 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位操作系统:

    1. 对于 Windows 7 Service Pack 1,请从 Windows7 Service Pack-1 download page 下载文件 windows6.1-KB976932-X64.exe
    2. 对于 Windows 7 更新 (KB2533623),请从 this link of Microsoft's official website 下载

    如果您的操作系统是 32 位:

    1. 对于 Windows 7 Service Pack 1,请从 Windows7 Service Pack-1 download page 下载文件 windows6.1-KB976932-X86.exe
    2. 对于 Windows 7 更新 (KB2533623),请从 this link of Microsoft's official website 下载

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-11-09
      • 2012-06-17
      • 2016-03-31
      • 1970-01-01
      • 2019-01-19
      • 2019-02-10
      • 2023-03-05
      • 2013-02-22
      相关资源
      最近更新 更多