安装遇到问题 ERROR: Cannot uninstall 'Werkzeug'. It is a distutils installed project and ……

安装遇到问题: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
或更普遍
pip install --ignore-installed ${PACKAGE_NAME}

如图:

安装成功。

感谢https://github.com/blockstack/blockstack-core/issues/504 提供的解答。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章