Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing Python 3.8 on windows 7 32bit with SP1

I can't install Python 3.8 on windows 7 32 bit with SP1 error Log says detected windows 7 sp1 without kb2533625 and I searched for this update all day but found nothing any Help?

like image 518
Mohamed ِRadwan Avatar asked Oct 24 '19 19:10

Mohamed ِRadwan


People also ask

Can Python 3.8 run on Windows 7 32 bit?

Note that Python 3.8.7 cannot be used on Windows XP or earlier. Note that Python 3.9.1 cannot be used on Windows 7 or earlier. Note that Python 3.9.0 cannot be used on Windows 7 or earlier. Note that Python 3.8.6 cannot be used on Windows XP or earlier.

Which Python version is suitable for Windows 7 32 bit?

1 Answer. According to the official Python documentation reports, Python 3.9.


Video Answer


2 Answers

To install Python 3.7 or 3.8, in windows 7 operating system, you need to install Windows 7 Service Pack 1 first and then Update for Windows 7 (KB2533623) (if not installed already).

Your system is missing the Update for Windows 7 (KB2533623), hence in your Python installation log file it is showing detected windows 7 sp1 without kb2533625, although it should have been detected windows 7 sp1 without KB2533623, I think this is a mistake from Python developers.

Go to: My Computer -> Properties and check the System Type. If it is 64-bit Operating System:

  1. For Windows 7 Service Pack 1, download the file windows6.1-KB976932-X64.exe from Windows7 Service Pack-1 download page
  2. For Update for Windows 7 (KB2533623), download it from this link of Microsoft's official website

If your OS is 32-bit:

  1. For Windows 7 Service Pack 1, download the file windows6.1-KB976932-X86.exe from Windows7 Service Pack-1 download page
  2. For Update for Windows 7 (KB2533623), download it from this link of Microsoft's official website
like image 24
itsAllPassion Avatar answered Oct 12 '22 23:10

itsAllPassion


I think this is typo from Python Developers the update is kb2533623 not kb2533625 and you can download it from here then restart your machine and try to install python 3.8 or 3.7 it will work like a charm

Update As @ClassicOcean said the update for kb2533623 no longer available you can now install this update to solve the problem KB3063858

like image 114
Mohamed ِRadwan Avatar answered Oct 13 '22 00:10

Mohamed ِRadwan