python安装第三方库报错:Cannot uninstall '***'. 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 ${PACKAGE_NAME}

原文地址:https://www.cnblogs.com/likedata/p/11920916.html