Ekin
Ekin

Reputation: 71

Visual Studio Code "Python is not installed. Please download and install Python before using the extension." Error

I'm using VS Code on Windows and I get an error like this: Python is not installed. Please download and install Python before using the extension. But I Already Have Python 3.10.2 What Should I Do? Screenshot Of Error

Upvotes: 7

Views: 13044

Answers (2)

GG Kim
GG Kim

Reputation: 1

I got similar issue and it is fixed by below sequence

  1. click search source
  2. enter "> Python: Select Interpreter"
  3. Select Python execute file you already installed

Upvotes: 0

Sadra
Sadra

Reputation: 2822

you probably installed Python from windows store. Please install from python website. Make sure to mark Add Python 3.X to PATH during installation. Then reopen your VScode.

enter image description here

Upvotes: 3

Related Questions