Replies: 1 comment
-
We support Python 3.8 through 3.12, so it should be working. But that log doesn't suggest suggest a specific failure, and |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed python3.12 on my Centos 7 server with vscode Python
v2023.20.0. When I try to point to that version of python3 I get the error "An Invalid Python interpreter is selected, please try changing it to enable features such as IntelliSense, linting, and debugging. See output for more details regarding why the interpreter is invalid."
Output details: "2023-11-06 14:40:35.382 [info] > /usr/bin/python3 -I ~/.vscode/extensions/ms-python.python-2023.21.13101009/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2023.21.13101009/pythonFiles/interpreterInfo.py"
Are the supported versions of python for this extension documented?
Beta Was this translation helpful? Give feedback.
All reactions