Skip to content

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).

Clone this wiki locally