Jump to content

Another program drop the support: Python 3.9.0


surrodox2001

Recommended Posts

Another day, another program drops its support for Windows 7.

An attempt to install the program in Windows 7 will results in this:

image.png.2e4cd82a3db3e5059905a1f23c009574.png

 

And the log accompanies it:

[0E54:16D0][2020-10-16T12:04:17]e000: Detected Windows 7
[0E54:16D0][2020-10-16T12:04:17]e000: Windows 8.1 or later is required to continue installation

Workarounds tested: NNN4NT5 (does not work)

No need for PExe editing as Major and MinorOperatingSystem version is set to 5_1

 

Can us make it work?

 

EDIT: Attempt to run python.exe on the portable version will result in this: Seems like to make it compatible will require quite a bit of work...
1602632504_bandicam2020-10-1612-56-18-376.jpg.13e400e0a4c6cd18c042016a83404707.jpg

Edited by surrodox2001
Link to comment
Share on other sites


1 hour ago, surrodox2001 said:

Workarounds tested: NNN4NT5 (does not work)

NNN4NT5 doesn't work at all on NT6 OSes.

1 hour ago, surrodox2001 said:

EDIT: Attempt to run python.exe on the portable version will result in this: Seems like to make it compatible will require quite a bit of work...

Those api-ms-win-core-* files usually are quite portable. Try copying them over from a win8.1/10 install. It may also be included in the most recent VC++ 2019 runtime.

Edited by win32
Link to comment
Share on other sites

43 minutes ago, win32 said:

NNN4NT5 doesn't work at all on NT6 OSes.

Those api-ms-win-core-* files usually are quite portable. Try copying them over from a win8.1/10 install. It may also be included in the most recent VC++ 2019 runtime.

I do not have a new windows version on hand and my install doesn't have the files installed even though I've installed it (the VC runtime).

And the installers can't be extracted either.

Edited by surrodox2001
Link to comment
Share on other sites

On 10/16/2020 at 12:29 AM, win32 said:

NNN4NT5 doesn't work at all on NT6 OSes.

Those api-ms-win-core-* files usually are quite portable. Try copying them over from a win8.1/10 install. It may also be included in the most recent VC++ 2019 runtime.

Don't know if this is normal or not, but this is what happens for me

ScreenShot_20201017173221.png

Link to comment
Share on other sites

  • 4 weeks later...

 try to download the file that it says that is missing from here ,so you can test it 

 

https://wikidll.com/microsoft/api-ms-win-core-path-l1-1-0-dll

 

UPDATE test it with the portable version of 3.9.0 and the dll file and it works.

can someone now guide how to patch the installer?? thanks...

Edited by alzcore397
Link to comment
Share on other sites

  • 2 weeks later...
  • 7 months later...

I have tried the mentioned method with the latest version, 3.9.6, but unfortunately that no longer works. They must have changed something because new versions simply crash at launch. The last version i could get to work is 3.9.4, copying the proper api-ms-win-core-path-l1-1-0.dll

I was unable to modify the installer as Illen did, so i've made a custom one myself for both the 32 and 64 bit interpreters. It only includes the basic components:

https://mega.nz/folder/eGQTzShb#gGXYQHOWn9O55OTguZs_YA

Edited by blueclouds8666
Link to comment
Share on other sites

  • 2 weeks later...
  • 5 months later...

https://github.com/nalexandru/api-ms-win-core-path-HACK

Copy this DLL into the directory of Python (you must use portable/"embeddable" version) and it will work perfectly. All versions up to 3.10.1 I've tested works perfect Windows 7 x64. It works for running Blender as well. New versions of Python work perfectly fine on Windows 7 with this opensource DLL.

python windows 7.PNG

api-ms-win-core-path-blender-0.3.1.zip

Link to comment
Share on other sites

  • 1 month later...
On 12/29/2021 at 7:23 AM, vxiiduu said:

https://github.com/nalexandru/api-ms-win-core-path-HACK

Copy this DLL into the directory of Python (you must use portable/"embeddable" version) and it will work perfectly. All versions up to 3.10.1 I've tested works perfect Windows 7 x64. It works for running Blender as well. New versions of Python work perfectly fine on Windows 7 with this opensource DLL.

python windows 7.PNG

api-ms-win-core-path-blender-0.3.1.zip 92.7 kB · 4 downloads

Thanks, this even works on Windows Vista with Extended Kernel. 

Av8w4RS.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...