Nov-25-2024, 03:32 PM
Python 3.13 using Windows 10 doesn't run, it immediately exits. Python 3.12 is OK.
.
.
Python doesn't run!
|
Nov-25-2024, 03:32 PM
Python 3.13 using Windows 10 doesn't run, it immediately exits. Python 3.12 is OK.
.
Nov-27-2024, 09:33 AM
(This post was last modified: Nov-27-2024, 09:35 AM by gruntfutuk.)
"News and Discussions" is probably not the right place for this query, so I expect a mod will move it in due course.
How did you install Python 3.13.0 whilst keeping Python 3.12, and how are trying to invoke each of them? You would usually invoke in either a Powershell or Command Prompt window, and use the py command to invoke the default installation. You can launch a specific version by specifying the version number, e.g. py -3.12 or py -3.13 You can also configure double-clicking to invoke these, but that is a bit more complicated. What happens when you try to invoke the newer version?
I am trying to help you, really, even if it doesn't always seem that way
Nov-27-2024, 10:00 AM
Also,
Quote:Python 3.13 using Windows 10 doesn't run, it immediately exits.is not very informative. Do you run specific code (i.e. py file). Or do you e.g. try to run python in interactive mode. Do you run it in terminal/shell, e.g CMD. Or do you use some sort of editor/in-editor terminal?
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link Create MCV example Debug small programs |
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
why doesn't python look in two directions | Kakha | 21 | 9,246 |
Jan-01-2021, 11:24 PM Last Post: jefsummers |
|
Python IDE doesn't see opencv-python package on my Jetson Nano | sadhaonnisa | 1 | 4,201 |
Oct-11-2020, 01:04 AM Last Post: Larz60+ |
|
Python: command “python -m pip install --upgrade pip” doesn't work | apollo | 2 | 16,441 |
Sep-16-2019, 03:11 PM Last Post: snippsat |