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
2 Answers
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.
1 Comment
Ekin
i already add to path variable but it didnt works

$PATHenvironment variable only gets loaded on startup, so the new install of Python might not be "visible" yetpython --versionin the terminal out of the VSCode?Python 3.10.2