Cannot uninstall 'urllib3'

Cannot uninstall ‘urllib3’. 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.

Why would you want to uninstall urllib3? You can just leave installed.

sudo apt-get remove python-urllib3

sudo apt-get purge python-urllib3