I am getting a fatal error (installation stops almost immediately) when I try to install Python 3.10 (the latest version, as proposed in python.org now) in my Windows 8.1 machine.
I checked the log file and the error is during the installation of msi. After searching the web I found related issues with other py versions and/or Windows versions. So far I have tried:
- Running as admin
- Stopping the msiexec process
msi unreg
andmsi regserver
Nothing worked. Any ideas?
UPDATE: Some more attempts and information
- Turning the antivirus off and trying again
- Installing in a difference account (but still the same machine)
- Python 3.8 works
I also read somewhere that some viruses can cause msi trouble so I am now in the process of cleaning up the pc. Once done I will try to update the question with msi logs.