VS Code claiming that python isn't installed even when an interpreter is showing in the status bar
See original GitHub issueI have python
installed and I have pythonPath
set, but whenever I open a python project folder I get this popup
I get the poput even though I already opened this project previously in VSCode. And even more weird is that I just had a project open in a VSCode instance and I used the command to duplicate the current workspace in a new window and I got the popup in the new window.
Environment data
- VS Code version: 1.41.1
- Extension version (available under the Extensions sidebar): 2020.1.58038
- OS and version: Ubuntu Linux 19.10 (Gnome 3.34.2)
- Python version (& distribution if applicable, e.g. Anaconda): 3.7.5
- Type of virtual environment used (N/A | venv | virtualenv | conda | …): N/A
- Jedi or Language Server? (i.e. what is
"python.jediEnabled"
set to; more info #3977): Jedi
Issue Analytics
- State:
- Created 4 years ago
- Reactions:32
- Comments:79 (25 by maintainers)
Top Results From Across the Web
Python Interpreter Version not showing in status bar of VS ...
First, make sure that your load status is checked in vscode. · Then go to the status bar and these two options should...
Read more >interpreter problem in VS Code - Microsoft Q&A
I use Python. I even installed Python on Windows as well as its plugin on VS Code. But what is the problem? Why...
Read more >"Select Python interpreter" doesn't show up in status bar - Reddit
"Select Python interpreter" doesn't show up in status bar · 1.Disable all extensions except python and reload the window to check if any...
Read more >What's New in Python in Visual Studio Code for February 2022
Move pinned interpreter status bar item towards the right behind pythonInterpreterInfoPinned experiment. (#18282); Move interpreter status bar ...
Read more >Changelog — Python 3.11.1 documentation
gh-96612: Make sure that incomplete frames do not show up in tracemalloc traces. ... internal state, resulting in a hard crash of the...
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
It was working fine for me for some time, and now, I don’t know why, VSCode python extension is claiming python is not installed.
Even setting the absolute path settings to
/usr/bin/python
did not change anythingSame issue here, running arch linux.