Reputation: 71
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
Reputation: 1
I got similar issue and it is fixed by below sequence
Upvotes: 0
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.
Upvotes: 3