在Windows中使用Pip Python 3.5 anaconda安装Tensorflow [英] Installing tensorflow with Pip Python 3.5 anaconda in windows

查看:156
本文介绍了在Windows中使用Pip Python 3.5 anaconda安装Tensorflow的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在Windows 7 64位计算机上安装Tensorslow.

I am trying to install Tensorslow on my Windows 7 64 bit computer.

我已经用Python 3.5安装了Anaconda.

I have installed Anaconda with Python 3.5.

那之后我做了 conda install theano

成功完成.
conda install mingw libpython
成功完成.
pip install tensorflow
错误

it is successfully done.
conda install mingw libpython
successfully done.
pip install tensorflow
Error

我无法以与安装其他软件包相同的方式安装Tensorflow.我缺少基本的东西吗?

I am not able to install Tensorflow in the same way I installed these other packages. Am I missing something basic?

推荐答案

好的,我已经更新了说明:

Ok, I've updated instructions:

*Launch your Anaconda CMD as Admin
#if tensorflow virtual env has been created, remove it first
conda remove --name tensorflow --all
conda create -n tensorflow  --python=3.5 anaconda
activate tensorflow
conda install spyder
conda install ipython
pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.0.1-cp35-cp35m-win_amd64.whl
spyder

这篇关于在Windows中使用Pip Python 3.5 anaconda安装Tensorflow的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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