ERROR: Cannot uninstall 'Werkzeug'. It is a distutils installed project and thus we cannot ac

安装遇到问题:ERROR: Cannot uninstall ‘Werkzeug’. 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 --ignore-installed six tensorflow-gpu==1.13.1 -i https://pypi.doubanio.com/simple

重点是在pip install后面加了个–ignore-installed six

posted @ 2019-11-08 13:55  旅人_Eric  阅读(454)  评论(0编辑  收藏  举报