-
Notifications
You must be signed in to change notification settings - Fork 295
Failure to start kernel due to failures related to win32api module
Don Jayamanne edited this page Mar 14, 2022
·
4 revisions
Python kernels can fail to start due to errors related to the Win32api module.
- Based on the below links, installing/re-installing
pywin32
seems to have resolved this for some.
Please re-install pywin32 as follows:
python -m pip install pywin32 # if using a non-conda environment
conda install -n <env name> pywin32 --force-reinstall # if using a conda environment
If you encounter any problems when upgrading (eg, "module not found" errors or similar), you should execute:
python Scripts/pywin32_postinstall.py -install
- 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