Trying to install spyder using pip
:
pip install spyder
This error pops up:
Cannot uninstall 'ipython'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
You can upgrade ipython without uninstall the old version
sudo -H pip install --ignore-installed -U ipython