Posts

Showing posts from June, 2021

Not able to update the spyder-kernel

Error Your Python environment or installation doesn't have the spyder‑kernels module or the right version of it installed (>= 2.0.1 and < 2.1.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=2.0 or pip install spyder‑kernels==2.0.* (base) C:\Users\mithi>conda install spyder‑kernels=2.0 Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: | Found conflicts! Looking for incompatible packages. This can take several minutes.  Press CTRL-C to abort. Examining diff-match-patch:   0%|▏        ...