您的位置:首页 > 编程语言 > Python开发

No matching distribution found for tensorflow

2017-03-17 08:49 531 查看
windows下,使用“pip install tensorflow”安装tensorflow cpu版时,出现错误提示“Could not find a version that satisfies the requirement tensorflow (from versions: )

No matching distribution found for tensorflow”。

解决办法:将python的版本换成3.5版。

之前用过python2.7和python3.6都还是会出现上述错。

更多解决办法:http://stackoverflow.com/questions/38896424/tensorflow-not-found-in-pip
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
相关文章推荐