I have downloaded too many versions of Python.
But during the installation of each of them; it gives me the following error:
One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the log file.
0x80240017 - Unspecified error
The log file is a notepad file; and I don't know how to attach it to this post.
I have searched the word error
in that file; and the result as follows:
Try install C Runtime update from Microsoft. Use following link, https://support.microsoft.com/en-us/help/2999226/update-for-universal-c-runtime-in-windows. Then Try to reinstall python 3.5
I faced a similar problem recently. I noticed that the error came when trying to run the python.msi from a remote/network location. Copy the installer to local machine and it should work perfectly.
User contributions licensed under CC BY-SA 3.0