skip to Main Content

Every time I try to run python file in vs code terminal shows me that white line without any respond , I checked path option when installed python and reinstalled vs code but nothing worked

enter image description here

2

Answers


  1. since you have not given any details about which system you’re running, neither if this is a newly occurring problem (i.e. you’ve used the VSc terminal before without issues).
    my guess is that you’re running a version that is not compatible with your pc.
    (might want to reinstall VS code, the 64bit version)

    Check out this page :
    https://code.visualstudio.com/docs/supporting/troubleshoot-terminal-launch#_the-terminal-not-working-when-running-the-32bit-windows-client-on-64bit-windows

    Login or Signup to reply.
  2. enter image description here

    Try to use cmd. And click Run Python File

    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search