-
Notifications
You must be signed in to change notification settings - Fork 315
WinPython 3.9.2.0 64bit can't run under Windows 7 64bit #957
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Oh, thanks for the reply. So, It looks like any python which is newer than Python 3.9 won't work on Windows 7 either. I will close this issue. |
I notice someone claims to have Winpython-3.9.0 somewhat working in windows 7, using workarounds: #906 (comment) I would't advice necromancian art, but when only a dark side option is possible... |
I found the same guy trying hard on Windows7, on some ultra-corner case, had to go down to WinPython_3.6.3.0 |
For me, 3.8.8.0 works OK in my Windows 7. So, I don't need to downgrade to WinPython 3.6.3.0. |
Hi, I would like to ask a question: What is the latest version of winpython I can use under Windows 7(64bit)? I see for CPython, the 3.9.x is not supported under Windows. (https://www.python.org/downloads/windows/) But when I look at your homepage, you are supplying PyPy 3.8 for the latest release, which is not CPython, can I use this? can you give some suggestion? Thanks? |
It's a question of what the binaries packages or DLL that you use are utilizing new windows post-7 api. It's impossible to answer until what moment it works for your use case |
Well, I just install this package in my Win7: Winpython64-3.8.12.3PyPy.exe But I can't open the Spyder.exe or other top-level executables. So, I guess the PyPy 3.8.x is not supporting Windows 7? |
for PyPy, situation is different:
|
No, I can't, when double click on file "WinPython Control Panel.exe", nothing happened. |
What was the update to this? I have the same issue. |
Python's support for Windows 7 diverged at 3.9.1 so, in theory, you could still use the 3.8.x release series. However, as pointed out already, the PyPy implementation does not work. I wound up just trying various releases and determined the most recent working version with Spyder included is WinPython64-3.8.9.0 (environment is Win7 Pro SP1 x64)
xref #1086 |
@patricktokeeffe thanks for sharing the information. |
Hi, I just installed the
Winpython64-3.9.2.0.exe
and after install, I try to double click on the "Spyder.exe", and it shows that "api-ms-win-core-path-l1-1-0.dll" is missing in my system.This issue doesn't happens in the
Winpython64-3.8.8.0.exe
.So, any suggestions on how to fix this issue?
Do I have to manually install some Microsoft C run time library?
Thanks.
The text was updated successfully, but these errors were encountered: