Anaconda 安装tensorflow 出现Could not find a version that satisfies the requirement tensorflow (from ...

这个问题有两种原因,
要么是你装的 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

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。