When setting the interpreter to /usr/bin/python3 I am getting the following error message in Spyder:
An error ocurred while starting the kernelThe Python environment or installation whose interpreter is located at /usr/bin/python3doesn't have the spyder‑kernels module or the right version of it installed (>= 2.4.0 and < 2.5.0). Without this module is not possible for Spyder to create a console for you.You can install it by activating your environment first (if necessary) and then running in a system terminal: conda install spyder-kernels=2.4or pip install spyder-kernels==2.4.*
When installing with either conda or pip, it says that it's already installed.
How do I get around this?