-
Notifications
You must be signed in to change notification settings - Fork 299
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 is not downloaded #10552
Comments
Looks like we're creating a dummy no Python controller too eagerly: vscode-jupyter/src/client/datascience/notebook/noPythonKernelsNotebookController.ts Lines 56 to 57 in 76ba6be
Could you please provide the logs from the Jupyter output panel? Thanks! |
This looks to be the python extension not telling us there are any interpreters. |
Hi, thanks for the bug report, can you please share the Python Output Logs. |
Sorry for the late reply, I did not get check if somebody replied to the issue. |
|
Facing the same issue as of today, 20th August, 2021. Bug: Python interpreter not detected in Jupyter Notebook. Error message: Python is not installed. Please download and install Python in order to execute cells in this notebook. Reopening this issue, would like to know what can be done to fix this |
@Onyxe we'd need to see the logs for the 'jupyter' output tab and the 'python' output tab. One or both of those will have more information. |
Might be related microsoft/vscode#131232 There seems to be some issue with installation that seems to hit a few machines. |
Hi @Onyxe can you please update VSCode to the last version and try again? |
Because we have not heard back with the information we requested, we are closing this issue for now. If you are able to provide the info later on then we will be happy to re-open this issue to pick up where we left off. |
Reopening as it still seems to be an issue |
The prompt in the video comes from Jupyter itself, I suspect our APIs are not being re-queried and we're relying on the cache in the previous session for this info. |
@minsa110 can you post a gif or give more details? We can't seem to open the video. |
Does this video work? In case it doesn't work... :) I was working with:
Steps to repro:
|
This is the old flow using the dummy kernel, so I'm not sure if it's worth looking into. Do you see the same issue with new bits with the commands? |
Old flow is not worth looking into + new bits doesn't have the dummy kernel, so closing |
Issue happening again as of Feb 2023. |
I installed the new extension of python and jupyter notebook for VScode and problem had fix. I notice that the extension of Python on VScode had changed recently, maybe it's a hotfix or actually the reason for bug? |
Issue Type: Bug
Creating jupyter notebook file.
print('hello world')
expected: hello world
actual: notification from jupyter notebook - Python is not installed. Please download and install Python in order to execute cells in this notebook.(jupyter extension)
P.S. I have downloaded Python 3.9, selected it as interpreter. It perfectly works in Anaconda's Jupyter.
Extension version: 2021.6.914258744
VS Code version: Code 1.57.0 (b4c1bd0a9b03c749ea011b06c6d2676c8091a70c, 2021-06-09T17:18:42.354Z)
OS version: Windows_NT x64 10.0.19041
Restricted Mode: No
System Info
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
skia_renderer: enabled_on
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
A/B Experiments
The text was updated successfully, but these errors were encountered: