Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 !

like image 237
Alireza Atashnejad Avatar asked Apr 26 '20 08:04

Alireza Atashnejad


People also ask

Why is Python not installing?

The Python setup may fail if you don't have Windows Service Pack 1 (SP1) installed on your computer. It is a requirement for installing Python. Download Windows Service Pack 1. If it states an unspecified error, try downloading KB2999226.

How do I install Python 3.8 on Windows?

The first step is to head over to the download page of the Python website, then scroll down and click on the download button for “Python 3.8. 3.” Once you have downloaded the python-3.8. 3.exe file, then open the program.

Why can't I install Python on my computer?

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.

How do I uninstall or repair Python 3?

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 RepairPython.

How to install Python as adminstrator on Windows?

and delete the Python directory. After this run the installer of Python as Adminstrator activate the check button “Add to path” and click on cutom install. Here you should have checked anything, just “install for all users” and “download debug binaries” should unchecked. Click on Install and here you go!

Is it possible to install Python on macOS Catalina?

It's highly recommended that you use the "all-in-one" signed installers, which don't require any messing around with system python libraries. @iliebentritt correct, no issues whatsoever under macOS Catalina with the all in one installers.


5 Answers

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.

like image 38
Alireza Atashnejad Avatar answered Oct 04 '22 01:10

Alireza Atashnejad


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.

and then:

Control Panel --> Uninstall a Program

Now -->uninstall Python

Note: To avoid problems, it is better Delete path Python in edit environment variables windows

like image 84
Salio Avatar answered Oct 04 '22 00:10

Salio


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.

like image 23
Aswin Avatar answered Oct 04 '22 02:10

Aswin


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

Link to download : https://support.microsoft.com/en-us/topic/fix-problems-that-block-programs-from-being-installed-or-removed-cca7d1b6-65a9-3d98-426b-e9f927e1eb4d

like image 25
Deepshikha Gupta Avatar answered Oct 04 '22 01:10

Deepshikha Gupta


I accidentally copied the python folder from the installed location into my C drive and encountered this problem. Following steps worked for me.

  1. Run the Python installer (.exe) file
  2. Select the repair option, let it process.
  3. Run the Installer again. This time select uninstall and let it process
  4. 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.

like image 39
sjDev Avatar answered Oct 04 '22 00:10

sjDev