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 chipstuff
Recipients Amin Radjabov, chipstuff, mwr256, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2018-08-02.04:35:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533184520.48.0.56676864532.issue32545@psf.upfronthosting.co.za>
In-reply-to
Content
Experienced the same issue, this is either Permissions or Antivirus blocking Python from being installed.

After uninstall third party AV (avast) and running the following commands to update Defender's signature files the installation was completed.


“%PROGRAMFILES%\Windows Defender\MPCMDRUN.exe” -RemoveDefinitions -All

“%PROGRAMFILES%\Windows Defender\MPCMDRUN.exe” -SignatureUpdate

Source: https://appuals.com/
History
Date User Action Args
2018-08-02 04:35:20chipstuffsetrecipients: + chipstuff, terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower, mwr256, Amin Radjabov
2018-08-02 04:35:20chipstuffsetmessageid: <1533184520.48.0.56676864532.issue32545@psf.upfronthosting.co.za>
2018-08-02 04:35:20chipstufflinkissue32545 messages
2018-08-02 04:35:20chipstuffcreate