【发布时间】:2018-12-21 17:57:03
【问题描述】:
当我尝试使用 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。
【问题讨论】:
当我尝试使用 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。
【问题讨论】:
cntk currently provides 适用于 Python 2.7、3.5 和 3.6、Linux 64 位和 w64 的轮子。没有源代码,因此无法为 Python 3.7 编译。
您可以尝试安装from sources 或使用Python 3.6。
【讨论】:
Fatal error in launcher: Unable to create process using '"c:\python37\python.exe" "C:\Python37\Scripts\pip.exe" install cntk'
c:\python37\ 中没有看到任何关于 3.6 的内容。