-
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
Could not install ipykernel in devcontainer #7737
Comments
@mjbvz Two questions:
The pip error means you have to get pip yourself. Not sure why we don't just run 'ensurepip' but here's the directions: |
Let me know if I should try something different instead |
When you say this:
Do you mean you opened this as a folder in VS code? That would prevent that virtual environment from being listed. You should open the folder just above that. |
And because of this bug here: you have to create the virtual env before opening the folder in VS code |
Ah yes that was the issue! After opening the parent folder, I could select the kernel and then install worked properly |
I'm going to open another issue to make us install pip. Seems weird that we can't just install it. |
We're waiting on telemetry for this, Brett didn't want to install Pip as he didn't believe it was the right solution when I submitted a PR to do that in the Python extension. @rchiodo /cc |
Testing #7680
jupyter-datascience-notebooks
dev container from https://github.com/Microsoft/vscode-dev-containersipykernel
Bug
I get a error notification :
Potentially relevant other logs from dev tools:
I was using the following kernel:
The text was updated successfully, but these errors were encountered: