This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients eryksun, paul.moore, shakir_juolay, steve.dower, tim.golden, zach.ware
Date 2020-10-29.16:04:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603987471.06.0.391356125123.issue42196@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-10-29 16:04:31eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, shakir_juolay
2020-10-29 16:04:31eryksunsetmessageid: <1603987471.06.0.391356125123.issue42196@roundup.psfhosted.org>
2020-10-29 16:04:31eryksunlinkissue42196 messages
2020-10-29 16:04:30eryksuncreate