-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python interpreter not showing in status bar (without development flag) #15961
Comments
@mrTsjolder Looks like you are using version |
@karthiknadig
Since the I hope this is the kind of information you were after. |
See this for the Jupyter extension dependency resolution #8372 (comment) |
I am sorry if this was unclear, but I know how to install extensions using the built-in marketplace. The reason why I did it the hard way is because there is no Upon googling this issue, I found that the most straightforward reason for having old versions in the marketplace is due to some sort of incompatibility in the dependencies. Therefore, the idea would have been to install everything manually to see why the install fails. So, the installation of
This states that it should be possible to install the extension, but not how to install it (if it is not available in the marketplace). @karrtikr Any ideas/suggestions how I could further help debug this issue? |
@mrTsjolder If you are not using VS Code, then you might not get The next best option is to get the source code from vscode jupyter github and build it yourself. Note that we have an goal of severing the dependency. But due to some technical limitations we have to have it this way. Previously both of these were the same extension, and starting november 2020 we split them in two. |
@karthiknadig Not sure what you mean with VS Code here. Is the open-source build of VS code something different than VS Code? Do you happen to have any pointers for me to how to build an extension from the release provided by |
@mrTsjolder anyone can fork the https://github.com/Microsoft/vscode repository and make a build of VS Code. That does not make it official microsoft product. If you download and install VS Code from here https://code.visualstudio.com/Download that is the official build of VS Code. As for how to build |
@karthiknadig Okay, I was not aware that the python extension is not officially supported for the free/open source version. I built the
Assuming that this error is due to the content of "engines": {
"vscode": "1.56.0-insider"
}, I changed the requirement to The only question I am left with is why I can't directly update the extension in the marketplace. |
Maybe related to #15155?
Environment data
python.languageServer
setting: JediExpected behaviour
Python interpreter in status bar
Actual behaviour
No python interpreter in status bar
Steps to reproduce:
Expected behaviour can be achieved as follows
--enable-proposed-api ms-python.python
Logs
Output for
Python
in theOutput
panelThe text was updated successfully, but these errors were encountered: