【发布时间】: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.
我也点击了以下链接,但仍然遇到错误。
【问题讨论】:
-
你的 python 路由到 python 2 还是 python 3?按照惯例,python 指的是 python 2。
-
谢谢!我已经将安装测试脚本更新为python3.6...我确定它是python3.6
标签: python python-import importerror ubuntu-18.04 cntk