美文网首页
Anaconda 安装tensorflow 出现Could no

Anaconda 安装tensorflow 出现Could no

作者: 取名字真的很烦啊 | 来源:发表于2018-12-27 12:45 被阅读0次

这个问题有两种原因,
要么是你装的 python 是 32位,可以在 cmd 中输入 python 直接查看 python 版本等信息,若确实装了 32 位就需要重装 64 位 python
要么是你的 python 的版本不支持 tensorflow,目前 python 3.7 是不支持 tensorflow 的,所以在 anaconda 下创建虚拟环境时要指明 python 版本是 3.6。
conda create -n tensorflow python ==3.6

相关文章

网友评论

      本文标题:Anaconda 安装tensorflow 出现Could no

      本文链接:https://www.haomeiwen.com/subject/byjrlqtx.html