报错: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.
安装的时候把six忽略:
sudo pip install -r requirements.txt --ignore-installed six