forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Closed as not planned
Copy link
Labels
area-terminalfeature-requestRequest for new features or functionalityRequest for new features or functionalityneeds proposalNeed to make some design decisionsNeed to make some design decisions
Description
Issue Type: Bug
Repro
- Install python extension
- Run something in the python terminal
- Now open python interactive window
- See alert about installing
ipykernel - Click button to install
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:
>>> /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Users/matb/.vscode-insiders/extensions/ms-python.python-2020.9.114305/pythonFiles/pyvsc-run-isolated.py /Users/matb/.vscode-insiders/extensions/ms-python.python-2020.9.114305/pythonFiles/shell_exec.py /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Users/matb/.vscode-insiders/extensions/ms-python.python-2020.9.114305/pythonFiles/pyvsc-run-isolated.py pip install -U ipykernel --user /var/folders/5d/nlg411_s0570wmycdwkgqrf40000gn/T/tmp-50669KGia1cCmwSTb.log
File "<stdin>", line 1
/Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Users/matb/.vscode-insiders/extensions/ms-python.python-2020.9.114305/pythonFiles/pyvsc-run-isolated.py /Users/matb/.vscode-insiders/extensions/ms-python.python-2020.9.114305/pythonFiles/shell_exec.py /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Users/matb/.vscode-insiders/extensions/ms-python.python-2020.9.114305/pythonFiles/pyvsc-run-isolated.py pip install -U ipykernel --user /var/folders/5d/nlg411_s0570wmycdwkgqrf40000gn/T/tmp-50669KGia1cCmwSTb.log
^
SyntaxError: invalid syntax
>>>
Extension version: 2020.9.114305
VS Code version: Code - Insiders 1.51.0-insider (7a3bdf4, 2020-10-23T07:32:22.213Z)
OS version: Darwin x64 19.6.0
Metadata
Metadata
Assignees
Labels
area-terminalfeature-requestRequest for new features or functionalityRequest for new features or functionalityneeds proposalNeed to make some design decisionsNeed to make some design decisions
