-
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
ipykernel never installs (possibly because it tried installing using the python terminal) #14509
Comments
Thanks @mjbvz. We'd want to change the behavior of vscode-python/src/client/common/installer/moduleInstaller.ts Lines 35 to 37 in 4860acd
Problem here is we're reusing terminals without checking whether they're running some other program. We'd want to either validate the target terminal or always create a new terminal. I'm removing the data science tag here as I think this affects any product install. |
Solution will be related to #7206. |
Should be solved as part of #2997 . |
Closing as dup of #2997. |
Issue Type: Bug
Repro
ipykernel
Bug
Loading forever.
If you look more closely at the terminal in the screenshot, it seems it tried to install
ipykernel
using the python terminal:Extension version: 2020.9.114305
VS Code version: Code - Insiders 1.51.0-insider (7a3bdf4ee9588755d447aa1c3b5db4a123fc11a9, 2020-10-23T07:32:22.213Z)
OS version: Darwin x64 19.6.0
The text was updated successfully, but these errors were encountered: