Environment
I had python 3.11.x and 3.12.x installed. But i found that 3.11.x is more compatible with things in general, and 3.12.x isn't mainstream yet. Sorry if that badly described, but i think it's roughly correct.
Problem
In vscode, i'm getting the following error:
vscode> pyUnable to create process using '"C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.12_3.12.1008.0_x64__qbz5n2kfra8p0\python3.12.exe"': Access is denied.What i've tried
Selected 3.11.x in pallette, with Python: Select Interpreter.
Uninstalled all versions of python, then re-installed 3.11.x.
Examined Windows environment variable in system properties, but don't see anything about python there.
Still getting same error.