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:
https://www.youtube.com/watch?v=MV2lt_7Ifbw

On Friday, July 22, 2022 at 4:41:52 AM UTC+1 mahmo...@gmail.com wrote:

> 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: image.png]
>
> Any idea how to fix that?
>
>
> Regards,
> Mahmood
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/fda22056-4dbd-4a2b-bbe0-3a820e61dcabn%40googlegroups.com.

Reply via email to