Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

I have windows 8.1 and tried installing: 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.

like image 291
programminglearner Avatar asked Sep 08 '15 18:09

programminglearner


People also ask

How do I fix setup failed in Python installation?

The Python setup may fail if you don't have Windows Service Pack 1 (SP1) installed on your computer. It is a requirement for installing Python. Download Windows Service Pack 1. If it states an unspecified error, try downloading KB2999226.


3 Answers

Manually install the Universal C Runtime update from Microsoft:

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

and then re-attempt installation of Python 3.5.

like image 68
J2C Avatar answered Oct 05 '22 20:10

J2C


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

like image 28
D S Avatar answered Oct 05 '22 20:10

D S


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.

like image 41
Mayur Patel Avatar answered Oct 05 '22 20:10

Mayur Patel