Where to find spyder-kernels=2.3

149 views
Skip to first unread message

Mahmood Naderan

unread,
Jul 21, 2022, 11:41:52 PM7/21/22
to spyder
Hi
It seems that Spyder 5.3.2 needs spyder-kernels=2.3 but according to "conda search", there is no such version. Up to 2.2.1 exist as you can see in the figure below.

Conda version is 4.12.0
Python version is 3.9.12

image.png

Any idea how to fix that?


Regards,
Mahmood



Philip Yip

unread,
Aug 15, 2022, 9:58:41 AM8/15/22
to spyder
There are two channels, the conda channel maintained by the Anaconda company and the conda-forge channel maintained by the community. Unfortunately in the case of Spyder, the Anaconda company are many months behind... and therefore you won't find the current version of Spyder Kernels when using their default channel.

You may also find some conflicts when attempting to install conda-forge packages into the Anaconda base conda environment. For the latest version of Spyder, you are better to make a new conda environment which includes spyder and the required packages and optional packages from the conda-forge channel. Use:

conda create -n spyder-cf 
conda activate spyder-cf 
conda install -c conda-forge spyder 
conda install -c conda-forge cython seaborn scikit-learn sympy openpyxl xlrd xlsxwriter lxml sqlalchemy

If it helps I made an installation video covering installation of the latest version of Spyder in Windows and Linux using Miniconda here:
Reply all
Reply to author
Forward
0 new messages