当我尝试使用pip安装CNTK时,出现以下错误- Could not find a version that satisfies the requirement cntk (from versions: ) No matching distribution found for cntk
我使用的是Python 3.7和Windows10。
发布于 2018-12-22 03:05:28
适用于Python2.7、3.5和3.6、Linux64位和w64的cntk currently provides轮子。由于没有源代码,因此无法编译Python3.7。
您可以尝试安装from sources或使用Python3.6。
https://stackoverflow.com/questions/53889014
复制相似问题