I am currently using RHEL7 and am trying to install matplotlib. When ever i have attempted to do
python -m pip install -U matplotlib
or
pip install matplotlib
I get the error message "Cannot uninstall 'pyparsing'. 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."
Any help would be greatly appreciated, and if you need more information I can provide it.