[How to Solve] An error ocurred while starting the kernel

Solution:

An error ocurred while starting the kernel
Your Python environment or installation doesn’t have the spyder‑kernels module or the right version of it installed (>= 1.8.0 and < 2.0.0). Without this module is not possible for Spyder to create a console for you.You can install it by running in a system terminal:
conda install spyder‑kernels
pip install spyder‑kernels

Solution idea:

An error occurred while starting the kernel
Your Python environment or installation does not have the spyder – kernel module or the correct version (>= 1.8.0 and < 2.0.0) installed. Without this module, it is not possible for Spyder to create a console for you.
You can install it running in a system terminal:

 

Similar Posts: