无法安装 CNTK

Jay*_*kar 5 pip cntk

当我尝试使用 pip 安装 CNTK 时,出现以下错误 -Could not find a version that satisfies the requirement cntk (from versions: ) No matching distribution found for cntk

我使用的是 Python 3.7 和 Windows 10。

phd*_*phd 2

cntk目前提供Python 2.7、3.5和3.6、Linux 64位和w64的wheel。没有源代码,因此无法编译 Python 3.7。

您可以尝试从源安装或使用Python 3.6。