DonJayamanne / vscodeJupyter

Jupyter for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=donjayamanne.jupyter
MIT License
334 stars 34 forks source link

Error activating extension, cannot find module #135

Closed tblazina closed 5 years ago

tblazina commented 5 years ago

Environment data

VS Code version: 1.27.2 Jupyter Extension version: 1.1.4 OS and version: Ubuntu 16.04 LTS

Logs

Output from Jupyter output panel

None

Output from Console window (Help->Developer Tools menu)

Activating extension 'donjayamanne.jupyter' failed: Cannot find module '~/.vscode/extensions/donjayamanne.jupyter-1.1.4/out/src/extension'.

Actual behavior

When I try to run any commands, I get popup messages such as:

command 'jupyter.runSelectionLine' not found

Expected behavior

That the extension would be found after installing from the vscode marketplace

Steps to reproduce:

DonJayamanne commented 5 years ago

Please reinstall the extension

tblazina commented 5 years ago

@DonJayamanne , thanks for the quick reply. I've tried disabling and reinstalling the extension multiple times and the error keeps occurring. I've noticed that when I uninstall the extension the ~/.vscode/extensions/donjayamanne.jupyter-1.1.4 folder still remains. So I've tried to uninstall, manually remove '~/.vscode/extensions/donjayamanne.jupyter-1.1.4/out/src/extension' folder and then reinstall. When I do this I, now get the following error:

"~/.vscode/extensions/donjayamanne.jupyter-1.1.4/python/PythonTools/ipythonServer.py", line 283, in start_processing     cmd(self, id)   File "~/.vscode/extensions/donjayamanne.jupyter-1.1.4/python/PythonTools/ipythonServer.py", line 354, in _cmd_lstk     kernelspecs = json.dumps(listKernelSpecs())   File "~/.vscode/extensions/donjayamanne.jupyter-1.1.4/python/PythonTools/ipythonServer.py", line 95, in listKernelSpecs     return kernelSpecManager.get_all_specs() AttributeError: 'KernelSpecManager' object has no attribute 'get_all_specs'

Any ideas with this one?