Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python doesn't run!
#1
Python 3.13 using Windows 10 doesn't run, it immediately exits. Python 3.12 is OK.
.
Reply
#2
"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
Reply
#3
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

Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  why doesn't python look in two directions Kakha 21 9,244 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,440 Sep-16-2019, 03:11 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020