I am having issues installing spyder for python in a conda environment.
Spyder versions require specific Python versions and spyder-kernels. Yet I haven't been able to find information on which ones are needed.
From random blogs and questions on StackOverflow I know that Spyder >= 4 requires Python >= 3, and spyder-kernels at least 1.9 up (maybe lower, haven't tried all...)
For Python 2.7 I can only go as far as Spyder 3, but I can't find the proper Spyer-kernels to install.
Just doing conda install spyder
, or conda install spyder=3
freezes and conda can't solve "inconsistencies".
Which spyder-kernels do I need for installing spyder3 in a python 2.7 environment?