-
Notifications
You must be signed in to change notification settings - Fork 294
Failure to start kernel due to missing package pip
Don Jayamanne edited this page Mar 10, 2022
·
1 revision
Sometimes (depending on the OS and Python installed), the package installer for Python pip
might not be available on the machine in question. In such cases, installation of the dependencies is not possible. To get around this, please install pip
from here.
Once installed, please re-try to install the dependencies from the Jupyter extension in VS Code (the extension should be able to install the missing dependencies from here on).
- Contribution
- Source Code Organization
- Coding Standards
- Profiling
- Coding Guidelines
- Component Governance
- Writing tests
- Kernels
- Intellisense
- Debugging
- IPyWidgets
- Extensibility
- Module Dependencies
- Errors thrown
- Jupyter API
- Variable fetching
- Import / Export
- React Webviews: Variable Viewer, Data Viewer, and Plot Viewer
- FAQ
- Kernel Crashes
- Jupyter issues in the Python Interactive Window or Notebook Editor
- Finding the code that is causing high CPU load in production
- How to install extensions from VSIX when using Remote VS Code
- How to connect to a jupyter server for running code in vscode.dev
- Jupyter Kernels and the Jupyter Extension