BinkyNichols
BinkyNichols

Reputation: 586

Python 3.5x, 3.6x and 3.7x Install Fails on Windows 7 even with Universal C runtime updated

I have tried installing 3.5x, 3.6x and 3.7x on my windows 7 pro 64 bit OS with both the executable installer and the web based one from https://www.python.org/downloads/windows/ , I updated my Universal C runtime, restarted, uninstalled all previous versions, disabled my firewall in the event of the downloads being blocked, all return the same error, the setup freezes on 0%, then crashes with "i399: Apply complete, result: 0x80072f7d," in the log file. Any help appreciated

Upvotes: 0

Views: 434

Answers (2)

Therjyer
Therjyer

Reputation: 1

The solution I founded for this is uncheck the download of the debugging symbols and debug binaries

Upvotes: 0

HunterBerry
HunterBerry

Reputation: 195

Try the follow tips:

  1. Turn off your Antivirus then try the install again.
  2. Clear your %temp% folder on your PC.
  3. Try installing in Repair mode.

Upvotes: 1

Related Questions