【发布时间】:2018-06-22 21:33:22
【问题描述】:
AWS AMI
带有源代码 Ubuntu v5.0 (ami-5a77f822) 的深度学习 AMI
安装过程
pip3 安装cntk-gpu
错误:
ImportError: No module named 'cntk._cntk_py'
During handling of the above exception, another exception occurred:
ImportError: /usr/local/lib/python3.5/dist-packages/cntk/libs/libCntk.Math-2.5.1.so: undefined symbol: LAPACKE_dgesvd
【问题讨论】:
标签: python-3.x amazon-web-services amazon-ec2 cntk