Python 安装失败 Windows 8.1-错误 0x80240017:无法执行 MSU 包

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/32464714/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-19 11:37:48  来源:igfitidea点击:

Python install failed windows 8.1- Error 0x80240017: Failed to execute MSU package

pythonwindows-8.1

提问by programminglearner

I have windows 8.1 and tried installing: python-3.5.0rc3-amd64

我有 Windows 8.1 并尝试安装:python-3.5.0rc3-amd64

I tried running as admin to no avail.

我尝试以管理员身份运行无济于事。

Here is the log of the failed install: http://pastebin.com/Y465P6zi.

这是安装失败的日志:http: //pastebin.com/Y465P6zi

回答by Mayur Patel

You may try some older version. I had similar issues and I tried a lot to update but not succeed. Then I tried for python-3.4.3. It's works fine for me. There are not much different between 3.4.3 and 3.5.0.

您可以尝试一些旧版本。我有类似的问题,我尝试了很多更新但没有成功。然后我尝试了 python-3.4.3。这对我来说很好用。3.4.3 和 3.5.0 之间没有太大区别。

回答by J2C

Manually install the Universal C Runtime update from Microsoft:

从 Microsoft 手动安装 Universal C Runtime 更新:

https://support.microsoft.com/en-us/kb/2999226

https://support.microsoft.com/en-us/kb/2999226

and then re-attempt installation of Python 3.5.

然后重新尝试安装 Python 3.5。

回答by D S

I too had the same issue. Try installing Python 3.4.3. It worked for me.

我也有同样的问题。尝试安装Python 3.4.3。它对我有用。

回答by Exeleration-G

I had this problem because I was trying to install Python on a computer that had its Windows Updates downloaded, yet not yet installed and configured.

我遇到这个问题是因为我试图在下载了 Windows 更新但尚未安装和配置的计算机上安装 Python。

Solution: reboot your computer so that all Windows updates are installed and configured, then try again.

解决方案:重新启动计算机,以便安装和配置所有 Windows 更新,然后重试。

回答by Gaurav B

Please update the window version from windows update(if you have blocked auto windows update). This problem have nothing to do with product key.

请从 windows update 更新窗口版本(如果您已阻止自动 windows 更新)。此问题与产品密钥无关。

Installing older version might help but, won't solve the purpose of installing the 3.5.X version

安装旧版本可能会有所帮助,但无法解决安装 3.5.X 版本的目的

回答by Hardik

Download python-2.7.14 following link:

下载 python-2.7.14 以下链接:

https://www.python.org/downloads/release/python-2714/

https://www.python.org/downloads/release/python-2714/

Install "python-2.7.14" and set PATH variable manual in windows.

安装“python-2.7.14”并在windows中手动设置PATH变量。