【问题标题】:Installing CNTK on Ubuntu 18.04 for Python 3.6在 Ubuntu 18.04 上为 Python 3.6 安装 CNTK
【发布时间】:2019-07-12 20:46:26
【问题描述】:

我已经在我的 ubuntu 18.04 上使用 pip 为 python 3.6 安装了 CNTK。但是,一旦我执行简单的测试,就会出错。

简单安装测试:

python3.6 -c "import cntk; print(cntk.version)"

错误信息:

 UserWarning: Unsupported Linux distribution (ubuntu-18.04). CNTK supports Ubuntu 16.04 and above, only.

我也点击了以下链接,但仍然遇到错误。

Microsoft CNTK libmpi ImportError

【问题讨论】:

  • 你的 python 路由到 python 2 还是 python 3?按照惯例,python 指的是 python 2。
  • 谢谢!我已经将安装测试脚本更新为python3.6...我确定它是python3.6

标签: python python-import importerror ubuntu-18.04 cntk


【解决方案1】:

这只是一个警告。错误可能与openmpi library有关。

【讨论】:

    猜你喜欢
    • 2019-06-19
    • 1970-01-01
    • 1970-01-01
    • 2019-06-18
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多