-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Python 3.9.2 cannot run on windows 7 #16547
Comments
Hi @wasphin Thanks for posting this issue. Since Python 3.9 has dropped support of Windows 7. So you cannot run Python 3.9.2 on Windows 7. Please see the document here https://docs.python.org/3/using/windows.html# For the description in README:
Most ports support Windows 7, currently only those ports requiring Python 3 cannot work on Windows 7. |
Some ports like By now, I just make a link from python 3.8.8 to 3.9.2 to work around this. mklink /J python-3.9.2-x86 python-3.8.8-x86
Maybe we can make this more clear in the README? |
Hi, @NancyLi1013 Thanks for the information, I think the title may have misled others, what I want is not to make python 3.9.2 worked under windows 7, but to build ports(e.g. |
Hi @wasphin Sorry for the long delay. It seems If the ports that don't require |
Hi @NancyLi1013
|
(a) why are you atting me and (b) stop using Windows 7 |
Sorry for that. |
We hope your question was answered to your satisfaction; if it wasn't, you can reopen with more info. |
Close this PR since #16420 merged. |
In commit f9763b7, python upgraded to 3.9.2, which does not work under Windows 7, this make all ports which require python fail to build.
So does Windows 7 still the supported OS as the README said?
The text was updated successfully, but these errors were encountered: