No Python 3.8 installation was detected
No Python 3.8 installation was detected.
и далее ошибка
Setup failed
One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the log file .
0x80070643 — В процессе установки произошла неисправимая ошибка.

Для устранения ошибки необходимо перейти в папку Package Cache
и удалить все папки.
Затем повторить процесс удаления, Python 3.8 должен благополучно удалиться.

4221
Проблемы с установкой питона 3.8
Когда пытаюсь установить питон, установка прерывается сообщением «no python 3.8 installer was detected». Нажимаю на ок и установка идет в обратную сторону, после чего объявляется ошибка «0х80070643 — в процессе установки произошла неисправимая ошибка». Помогите исправить, заранее спасибо!
94731 / 64177 / 26122
Регистрация: 12.04.2006
Сообщений: 116,782
Ответы с готовыми решениями:
Компилятор VScode проблемы работы кода Питона:(
Добрый день, с прошедшими все праздниками! вот такая проблемка у меня не срабатывает код.

Проблемы с установкой
Вообщем купил новые комплектующие Ryzen 1600 , Rx 570, блок питания FSP ATX 500PNR и память.
Проблемы с установкой ОС
Обновил железо: Ryzen 5 5600G ASUS TUF Gaming B450M-PRO S 2x8Gb Patriot (PVS416G360C8KCN).
Проблемы с установкой
Добрый день Я недавно скачал курс Responsive design with Joomla. К нему прилагались файлы.
Проблемы с установкой ХР!
Опишу проблему вкратце. Вкл компютер, возникает ошибка и предлагается выбрать режим.
No Python 3.8 installation was detected
Python installation screenshot 1.i Uninstall everything of python with advance uninstaller . ( register file and . ) 2.i download the last version of Python from python.org 3. i add the Include PATH file when start the installation of Python. BUT I don’t KNOW WHY ITS NOT Installed !
58 6 6 bronze badges
asked Apr 26, 2020 at 8:19
Alireza Atashnejad Alireza Atashnejad
622 1 1 gold badge 6 6 silver badges 23 23 bronze badges
There are many things that could go wrong, If you are not up for troubleshooting, I would suggest going for anaconda distributions of Python.
Apr 26, 2020 at 8:22
7 Answers 7
Delete Python3 Folder—> C:\Users\USERNAME\AppData\Local\Programs\python
Control Panel —> Uninstall a Program
Right Click on Python and then Change —> Modify
Click on Repair Python.
Control Panel —> Uninstall a Program
Now —> uninstall Python
Note: To avoid problems, it is better Delete path Python in edit environment variables windows
answered May 16, 2021 at 5:08
1,106 10 10 silver badges 21 21 bronze badges
Error Code 0x80070643
I found it.
if you are not administrator of the system , and change the location of installation , for example (c:\python) this error will be appear . so you must be install python on (c:\users\’your username’\App Data\Local\Programs\Python)
and after installation python go to system environment and add the path into this.
answered Apr 26, 2020 at 8:59
Alireza Atashnejad Alireza Atashnejad
622 1 1 gold badge 6 6 silver badges 23 23 bronze badges
For Windows 10 : First install windows x86-64 executable installer and open it. Then click on repair and done.
If this occurs while uninstallation : Do the above steps and then uninstall it.
31.3k 25 25 gold badges 88 88 silver badges 134 134 bronze badges
answered Nov 30, 2020 at 11:22
29 1 1 bronze badge
I accidentally copied the python folder from the installed location into my C drive and encountered this problem. Following steps worked for me.
- Run the Python installer (.exe) file
- Select the repair option, let it process.
- Run the Installer again. This time select uninstall and let it process
- Run the Installer again and this time go with the customization option and check the Add path option also.
open cmd and type python —version, if it displayed python version. You are good to go.
answered Nov 12, 2021 at 20:01
41 5 5 bronze badges
Windows 10. Had this issue from a while and after a lot of hit & trials, finally resolved it. Downloaded the Windows troubleshooter. Removed every application option with Python’s name as suffix, and tried uninstalling from Control panel. It worked. And then I installed the required python version with ease. Troubleshooter : MicrosoftProgram_Install_and_Uninstall.meta.diagcab
answered Jun 14, 2022 at 12:59
Deepshikha Gupta Deepshikha Gupta
11 2 2 bronze badges
Choose custom installation then next .. your problem will get solve it worked for me.
answered Jun 26, 2020 at 5:49
Following @sjDev answer, I did something similar:
- Download the installer again
- Repair
- Control panel uninstall.
Fix No Python installation was detected in Windows 11/10

If you Encountered “No Python installation was detected” error during the uninstallation of python, then your python program was corrupted, this article is intended to help you to fix this issue. If you received this error while uninstalling Python, then follow the below steps to fix it. This error won’t allow you to uninstall the python and if you don’t have admin access, then you’ll receive the fatal error code 0x80070643. The solution to this problem is very simple, follow the steps below.
Fix No Python installation was detected:
Open the Run command by pressing Windows + R and type appwiz.cpl and hit enter, this command will open the Programs and Features.
Under Programs and features, click on Python installer and choose Change.

Under Python setup wizard click on Repair.

Let the Repair process to complete, once the python repair is completed, now try to uninstall the Python.
Mostly this will fix the issue.
Next, open the Path variable and remove all the python paths before installing any other version of python.
Open the Run command by pressing Windows + R and type sysdm.cpl and hit enter, this command will open the System Properties Window.
Click on the Advanced tab and Click on Environment Variables.

Under System Variables, click on Path and choose Edit.

Under Edit Environment Variable, click on python path and choose Delete.

Next click on Ok, Now you can install the new version of Python.
Read Also:
