How to install Tensorflow with Anaconda in Windows 7

# Anaconda Download & installl

https://www.continuum.io/downloads#windows

 

 

# check this site

https://www.tensorflow.org/get_started/os_setup

 

# execute cmd.exe as administrator

C:\Windows\system32>

 

# upgrade pip first

C:\Windows\system32> python -m pip install –upgrade pip

 

# upgrade setup tools ( with –ignore-installed if having problem concerned with nonexistent file : easy-install.pth )

C:\Windows\system32> python -m pip install –upgrade setuptools –ignore-installed

 

# and install Tensorflow ( on the checksite on tensorflow homepage _above link)

– below one is for non cuda. if you have nVidia card, check another option on the guide page.

C:\Windows\system32>pip install –upgrade https://storage.googleapis.com/tensorf
low/windows/cpu/tensorflow-0.12.1-cp35-cp35m-win_amd64.whl