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.

classification
Title: Unable to install Python 3.8 on Windows 10
Type: crash Stage: resolved
Components: Windows Versions: Python 3.8
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: BRT, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2019-11-03 22:42 by BRT, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Temp.rar BRT, 2019-11-03 23:01
Messages (3)
msg355911 - (view) Author: BRT (BRT) Date: 2019-11-03 22:42
Some information:

I had the same Python version installed before, I uninstalled it (along with its launcher) using ccleaner (to install it in another path)
I tried to install Python in a new folder but got an error because another installation was going on (it wasn't another Python installation, but another program)
Now, when I try to install Python I get a message "No python 3.8 version was found" --> fatal error 0x80070643
I used the software "everything" to remove python stuff from the previous location, ccleaner to clean registry (+ msiexec /unreg and msiexec /regserver),  deleted pip folder from Appdata/Local and removed python from PATH

Log file: https://pastebin.com/wQizN9Nc
msg355912 - (view) Author: BRT (BRT) Date: 2019-11-03 23:01
Attaching a rar with the Justforme log files
msg355929 - (view) Author: BRT (BRT) Date: 2019-11-04 07:59
I find a solution: during the installation process I unchecked the "associate with python files" and it worked!
History
Date User Action Args
2022-04-11 14:59:22adminsetgithub: 82857
2019-11-04 07:59:49BRTsetresolution: works for me
2019-11-04 07:59:31BRTsetstatus: open -> closed

messages: + msg355929
stage: resolved
2019-11-03 23:01:48BRTsetfiles: + Temp.rar

messages: + msg355912
2019-11-03 23:00:17BRTsetfiles: - Python 3.8.0 (32-bit)_20191103234319.log
2019-11-03 22:59:34BRTsetfiles: + Python 3.8.0 (32-bit)_20191103234319.log
2019-11-03 22:42:12BRTcreate