【问题标题】:Dependencies missing in current win-64 channels当前 win-64 频道中缺少依赖项
【发布时间】:2018-09-12 03:38:46
【问题描述】:

在默认的 Graphlab 安装可执行文件失败后,我现在尝试使用命令提示符安装 Graphlab。可以在here找到分步教程。

跑线时

conda create -n gl-env python=2.7 anaconda=4.0.0

我收到以下错误:

    Using Anaconda Cloud api site https://api.anaconda.org
    Fetching package metadata: ....
    Solving package specifications: .
    Error:  Dependencies missing in current win-64 channels:
      - anaconda 4.0|4.0.0* -> scipy 0.17.0 np110py27_0 -> blas * mkl
      - anaconda 4.0|4.0.0* -> numpy 1.10.4 py35_0 -> blas * mkl
      - anaconda 4.0|4.0.0* -> scipy 0.17.0 np110py34_0 -> blas * mkl
      - anaconda 4.0|4.0.0* -> scikit-learn 0.17.1 np110py27_0 -> blas * mkl
      - anaconda 4.0|4.0.0* -> numexpr 2.5 np110py35_0 -> blas * mkl
      - anaconda 4.0|4.0.0* -> scikit-learn 0.17.1 np110py34_0 -> blas * mkl
      - anaconda 4.0|4.0.0* -> pytables 3.2.2 np110py35_2 -> numexpr 2.5* -> numpy 1.11* -> blas * mkl
      - anaconda 4.0|4.0.0* -> pytables 3.2.2 np110py34_2 -> numexpr 2.5* -> numpy 1.11* -> blas * mkl
      - anaconda 4.0|4.0.0* -> scipy 0.17.0 np110py35_0 -> blas * mkl
      - anaconda 4.0|4.0.0* -> pytables 3.2.2 np110py27_2 -> numexpr 2.5* -> numpy 1.11* -> blas * mkl
      - anaconda 4.0|4.0.0* -> pytables 3.2.2 np110py35_2 -> numexpr 2.5* -> blas * mkl
      - anaconda 4.0|4.0.0* -> numpy 1.10.4 py34_0 -> blas * mkl
      - anaconda 4.0|4.0.0* -> numexpr 2.5 np110py34_0 -> blas * mkl
      - anaconda 4.0|4.0.0* -> numpy 1.10.4 py27_0 -> blas * mkl
      - anaconda 4.0|4.0.0* -> scikit-learn 0.17.1 np110py35_0 -> blas * mkl
      - anaconda 4.0|4.0.0* -> pytables 3.2.2 np110py27_2 -> numexpr 2.5* -> blas * mkl
      - anaconda 4.0|4.0.0* -> pytables 3.2.2 np110py34_2 -> numexpr 2.5* -> blas * mkl
      - anaconda 4.0|4.0.0* -> numexpr 2.5 np110py27_0 -> blas * mkl

    You can search for this package on anaconda.org with

        anaconda search -t conda blas * mkl

然而,当我按照建议运行最后一行时,出现以下错误:

    usage: anaconda-script.py [-h] [--show-traceback] [--hide-traceback] [-v] [-q]
                      [--color] [--no-color] [-V] [-t TOKEN] [-s SITE]
                      ...
    anaconda-script.py: error: unrecognized arguments: * mkl

我似乎无法在网上找到任何解决此问题的方法。有人知道如何解决吗?

【问题讨论】:

    标签: python windows anaconda command-prompt graphlab


    【解决方案1】:
    conda update pip
    

    它对我有用,取自 similar question.

    【讨论】:

      【解决方案2】:

      您可以运行命令“conda install -c bioninja mkl”,然后运行“conda create -n gl-env python=2.7 anaconda”。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 2016-12-08
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2018-04-24
        • 2017-12-25
        • 2015-04-18
        相关资源
        最近更新 更多