GraphLab 安装 出错 "Cannot uninstall 'boto'" "Cannot uninstall 'certifi'"

  • 安装graphlab

pip install graphlab-create

  • 申请证书

https://turi.com/download/academic.html

  • 安装证书(xxxx为邮箱,XXXX为证书号)

pip install --upgrade --no-cache-dir https://get.graphlab.com/GraphLab-Create/2.1/xxxx@xxx/XXXX-XXXX-XXXX-XXXX/GraphLab-Create-License.tar.gz

  • 如果出错:"Cannot uninstall 'boto'" "Cannot uninstall 'certifi'"

pip install pip==9.0.1

pip install graphlab-create

pip install --upgrade pip

参考文献:

https://www.cnblogs.com/zzq-include/p/8570232.html

https://blog.csdn.net/weixin_41770169/article/details/80398961

https://stackoverflow.com/questions/50129762/graphlab-create-2-1-installation-fails-to-uninstall-certifi-a-distutils-insta

原文地址:https://www.cnblogs.com/jhc888007/p/9413910.html