【Error】 Command python.setinterpreter not found.
See original GitHub issueEnvironment data
- VS Code version: 1.33.1
- Extension version (available under the Extensions sidebar): 4.11881
- OS and version: Mac 10.14.4
- Python version (& distribution if applicable, e.g. Anaconda): 3.7.2
- Type of virtual environment used (N/A | venv | virtualenv | conda | …): N/A
Expected behaviour
I want to use “python command(e.g. Select Interpreter)”
Actual behaviour
I can’t use “python command(e.g. Select Interpreter)”
Steps to reproduce:
- Update Python plugin to latest version
- use python command
Logs
Output for Python
in the Output
panel (View
→Output
, change the drop-down the upper-right of the Output
panel to Python
)
Output from Console
under the Developer Tools
panel (toggle Developer Tools on under Help
; turn on source maps to make any tracebacks be useful by running Enable source map support for extension debugging
)
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:7
Top Results From Across the Web
command 'python.setInterpreter' not found #14959 - GitHub
Command 'Python: Select Interpreter' resulted in an error (command 'python.setInterpreter' not found) So I cannot run any python scripts ...
Read more >Python select interpreter not found VS Code - Stack Overflow
"Command Python resulted in an error (comand 'python.setInterpreter' not found). python · visual-studio-code · interpreter · python-venv.
Read more >what is "command 'python.setInterpreter' not found" error(i ...
I hav the same problem, tried to install/reinstall vscode and deleted .vscode folder but nothing works. UPDATE: Just found a temp solution: ...
Read more >Using Python environments in VS Code
Configuring Python Environments in Visual Studio Code. ... If one is found, then no other interpreters are searched for or listed as pipenv...
Read more >How to change Python Version (Interpreter) in VSCode ...
This tutorial will show you the fastest way to change your Python environment in Visual Studio code.00:00 VSCode how to change Python ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi Yvondamours how did you install an older version of the Ptyhon extension please ?
I got around this problem by manually installing an older version of the Python extension, and setting
extensions.autoUpdate
tofalse
.