如何在anaconda python 3.6上安装tensorflow [英] how to install tensorflow on anaconda python 3.6

查看:228
本文介绍了如何在anaconda python 3.6上安装tensorflow的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我用anaconda软件包安装了新版本的python 3.6.但是我无法安装tensorflow.一律收到

I installed the new version python 3.6 with the anaconda package. However i am not able to install tensorflow. Always receive the error that

tensorflow_gpu-1.0.0rc2-cp35-cp35m-win_amd64.whl在此平台上不受支持.

tensorflow_gpu-1.0.0rc2-cp35-cp35m-win_amd64.whl is not a supported wheel on this platform.

如何在anaconda(python 3.6)上安装tensorflow?

How can I install tensorflow on anaconda (python 3.6)?

推荐答案

更新:TensorFlow从1.2.0版开始就在Windows上支持Python 3.6(请参见

UPDATE: TensorFlow supports Python 3.6 on Windows since version 1.2.0 (see the release notes)

到目前为止,TensorFlow仅支持Python 3.5 64位.对Python 3.6的支持尚在开发中,您可以在此处进行跟踪在讨论中.

TensorFlow only supports Python 3.5 64-bit as of now. Support for Python 3.6 is a work in progress and you can track it here as well as chime in the discussion.

当前在Windows上将Python 3.6与TensorFlow一起使用的唯一替代方法是从源代码构建TF.

The only alternative to use Python 3.6 with TensorFlow on Windows currently is building TF from source.

如果您不想卸载Python 3.6的Anaconda发行版并安装以前的版本,则可以为Python = 3.5创建一个conda环境,如下所示: conda create --name tensorflow python=3.5 activate tensorflow pip install tensorflow-gpu

If you don't want to uninstall your Anaconda distribution for Python 3.6 and install a previous release you can create a conda environment for Python=3.5 as in: conda create --name tensorflow python=3.5 activate tensorflow pip install tensorflow-gpu

这篇关于如何在anaconda python 3.6上安装tensorflow的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆