tensorflow 安装

来源:互联网 发布:淘宝买家3心要多少信誉 编辑:程序博客网 时间:2024/06/05 03:14

在window64环境下ancoda下安装tensorflow方法


Microsoft Windows [版本 6.1.7601]

版权所有 (c) 2009 Microsoft Corporation。保留所有权利。


C:\Users\Administrator>conda create -n tensorflow python=3.5
Fetching package metadata ...........
Solving package specifications: .


Package plan for installation in environment d:\Anaconda3_64\envs\tensorflow:


The following NEW packages will be INSTALLED:


    pip:            9.0.1-py35_1
    python:         3.5.3-3
    setuptools:     27.2.0-py35_1
    vs2015_runtime: 14.0.25420-0
    wheel:          0.29.0-py35_0


Proceed ([y]/n)? y


vs2015_runtime 100% |###############################| Time: 0:00:01   1.03 MB/s
python-3.5.3-3 100% |###############################| Time: 0:01:27 369.47 kB/s
setuptools-27. 100% |###############################| Time: 0:00:01 538.59 kB/s
wheel-0.29.0-p 100% |###############################| Time: 0:00:00 620.16 kB/s
pip-9.0.1-py35 100% |###############################| Time: 0:00:03 451.90 kB/s
#
# To activate this environment, use:
# > activate tensorflow
#
# To deactivate this environment, use:
# > deactivate tensorflow
#
# * for power-users using bash, you must source
#




C:\Users\Administrator>
C:\Users\Administrator>
C:\Users\Administrator>
C:\Users\Administrator>activate tensorflow


(tensorflow) C:\Users\Administrator>pip install tensorflow
Collecting tensorflow
  Downloading tensorflow-1.2.1-cp35-cp35m-win_amd64.whl (21.2MB)
    67% |█████████████████████▋          | 14.3MB 820kB/s eta 0:00:09