themamba
themamba

Reputation: 1

Downloaded Python but it is Not Working on VS Code

I installed Python 3.10 but am getting the error that Python is not installed (see image below) when I try to run Python in VS Code. I also downloaded the current curated set of SSL root certificates ('certifi') as recommended on the Python installation.

What am I missing here? Any help is appreciated. Thank you.

Python is not installed error

Upvotes: 0

Views: 139

Answers (2)

Faraaz Kurawle
Faraaz Kurawle

Reputation: 1148

Here are the things to do while installing:

  • Ensure that both the Install launcher for all users (recommended) and the Add Python 3.9 to PATH checkboxes at the bottom are checked: Usally only first is checked by default.

Python setup (Check Add python also)

Upvotes: 1

Tanay Mishra
Tanay Mishra

Reputation: 57

Bro when you download python 3.10 make sure that you tick the add to path option when downloading.

Upvotes: 1

Related Questions