[issue32545] Unable to install Python 3.7.0a4 on Windows 10 - Error 0x80070643: Failed to install MSI package.

Gustavo report at bugs.python.org
Thu Nov 7 23:23:02 EST 2019


Gustavo <augussee at yahoo.com> added the comment:

I was able to fix this problem quickly following these easy guide:

First, you need to press the keys Win + R to open the Run dialog, there type the command msiexec /unreg and hit Enter
Now, open the Run dialog again and this time, type the command msiexec /regserver, then hit Enter
Finally, try to install python again.

I found this guide on https://windowshelper.co

----------
nosy: +gustavoxo

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32545>
_______________________________________


More information about the Python-bugs-list mailing list