-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
Py launcher for Windows doesn't open Python 3.11 #115683
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
Where did you install the launcher from? And if it's from 3.8 (seems likely, from your description), then yes, it doesn't have support for Store installs. You can download the current latest version of the launcher (on its own) using Footnotes |
You should be able to find "Python Launcher" in Programs and Features and remove one/both. I think Winget changed their logic to only do per-user installs and just ignore all user ones, which is why it'll fail there. (They had some issue with people who use Winget to update everything all at once... I didn't quite follow, tbh.) |
Bug report
Bug description:
Hi there,
I installed Python 3.11 from the Microsoft Store today. I already have Python 3.9 (Installed from the Microsoft Store) and Python 3.8 (Installed from Thonny) on my laptop. If I try to launch either of those two Pythons using
py
launcher, I can do that. But if I try to launch Python 3.11, I get this error:The Application was unable to start correctly.
Is the py launcher not able to work with Python 3.11 from the Microsoft Store?
You may reproduce this example and try, please let me know if it is reproducible.
Similar issue:
#99442 handled by @zooba.
CPython versions tested on:
3.11
Operating systems tested on:
Windows
The text was updated successfully, but these errors were encountered: