使用pip下载库时出现Cannot uninstall ‘six’. It is a distutils installed project… Cannot uninstall 'six'. 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 install six --upgrade --ignore-installed six