ERROR: Cannot uninstall ‘httplib2’. 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.
这种错误 pip 命令一般无法卸载
无法卸载就不能正确安装其他安装包
因此最好的办法是直接升级安装包
sudo -H pip install --ignore-installed -U httplib2