[issue42196] Python Windows Installation Error 0x800705aa

Eryk Sun report at bugs.python.org
Thu Oct 29 12:04:31 EDT 2020


Eryk Sun <eryksun at gmail.com> added the comment:

0x8007_05AA is ERROR_NO_SYSTEM_RESOURCES (1450, 0x05AA) returned as an HRESULT value. This error is usually due to a system call failing with the status code STATUS_INSUFFICIENT_RESOURCES. From "Pyhon39InstallLog.txt", apparently the installer failed to create an uninstall registry key for the current user. Can you successfully install other programs for just the current user (non-elevated)?

For the issue with `python` not doing anything, check `where.exe python`. The first match is the one that CMD would try to execute.

----------
nosy: +eryksun

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


More information about the Python-bugs-list mailing list