I'm trying to install Spyder via PIP but I get the error:
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.
I'm trying to install Spyder via PIP but I get the error:
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.
For Python 2:
For Python 3:
Just solved with:
Some of the solutions listed may work, but this one solved my issue with distutils installed packages.
Depending on what type of package it is, you will need to provide the "python-" for python packages.
Edit: However, if this still does not solve your question, you might want to consider downgrading pip to an earlier version as pip 10 does not allow removal of distutils packages
Thank you for the comment, as I am looking to improve how I can help people.
You can upgrade ipython without uninstall the old version