python - pip install 出现"DEPRECATION: Uninstalling a distutils installed project (six) has been deprecated and
2017-07-04T06:17:38Z||2017-07-04T06:17:38Z
完整错误消息是:
DEPRECATION: Uninstalling a distutils installed project (six) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
可以试试(其中xxx
是你要安装的模块名称)
pip install xxx --upgrade --ignore-installed six