【问题标题】:GraphLab-Create Module not being installed on Python 3.5 (ubuntu)GraphLab-Create 模块未安装在 Python 3.5 (ubuntu) 上
【发布时间】:2019-07-29 22:37:11
【问题描述】:

我使用了这个命令: pip install --upgrade --no-cache-dir https://get.graphlab.com/GraphLab-Create/2.1/email_address/token/GraphLab-Create-License.tar.gz

但是得到了这个错误: 找不到满足要求的版本 graphlab-create>=2.1(来自 GraphLab-Create-License==2.1)(来自版本:) 未找到 graphlab-create>=2.1 的匹配分布(来自 GraphLab-Create-License==2.1)

我尝试下载文件并手动安装,但也没有解决问题。

【问题讨论】:

    标签: python machine-learning python-3.5 graphlab


    【解决方案1】:

    正如之前的答案中所写,您应该使用 Python 2.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
    

    【讨论】:

    • 如何生成令牌?
    • @Etisha,您将在许可证注册后通过电子邮件收到您的令牌(令牌 = 产品密钥)。
    【解决方案2】:

    这是因为根据install docs,该模块仅适用于 Python 2.7.x。

    【讨论】:

      【解决方案3】:

      这里是告诉你如何在 anaconda 中更改 python 版本的链接。 enter link description here

      Graphlab 与 python3 不兼容,您必须将您的 python 版本更改为 2.7。它应该可以工作。

      【讨论】:

        猜你喜欢
        • 2016-03-29
        • 2019-05-23
        • 2013-10-02
        • 1970-01-01
        • 1970-01-01
        • 2011-11-17
        • 2018-08-19
        • 1970-01-01
        • 2020-09-13
        相关资源
        最近更新 更多