You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While attempting to do a clean installation on CentOS Linux release 7.5.1804 (Python version 2.7.5) I ran into an issue with the configobj package. The series of installation steps were as follows:
Found existing installation: configobj 4.7.2
Cannot uninstall 'configobj'. 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.
The text was updated successfully, but these errors were encountered:
While attempting to do a clean installation on CentOS Linux release 7.5.1804 (Python version 2.7.5) I ran into an issue with the
configobj
package. The series of installation steps were as follows:sudo yum install python-pip
pip install -U pip
pip install saws
I got the following error in the last step:
Found existing installation: configobj 4.7.2
Cannot uninstall 'configobj'. 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.
The text was updated successfully, but these errors were encountered: