我使用这个命令:
pip install--upgrade--no cache dirhttps://get.graphlab.com/GraphLab-Create/2.1/email_address/token/GraphLab-Create-License.tar.gz
但有个错误:
找不到满足graphlab create>=2.1(from graphlab create license==2.1)要求的版本(from versions:)
找不到GraphLab create>=2.1的匹配分发(来自GraphLab create license==2.1)
我试着下载文件并手动安装,但这也不能解决问题。
最佳答案
正如在前面的答案中所写的,应该使用Python2.7而不是3.5。
使用pip2.7
,因为pip
可能与python 3.5相关:
pip2.7 install --upgrade --no-cache-dir https://get.graphlab.com/GraphLab-Create/2.1/email_address/token/GraphLab-Create-License.tar.gz