Python3.6 + TensorFlow 安装(Windows 64 bit)

安装TensorFlow:点击打开链接

安装Visual C++ 2015 Redistributable Update 3 点击打开链接

运行中出错:urllib.error.URLError: <urlopen error [WinError 10061] 由于目标计算机积极拒绝,无法连接。>

点击打开链接(待验证)

1.去下面的网址下载你需要的包。(TensorFlow,nltk,numpy 等等都可以找到)

https://www.lfd.uci.edu/~gohlke/pythonlibs/

2.这里以tensorflow为例,下载一个对应版本的TensorFlowPython3.6 + TensorFlow 安装(Windows 64 bit)

3.把该文件放到Python安装路径下的Scripts文件夹下,如D:\Python36\Scripts

4.打开cmd, 进入该路径,输入 pip install tensorflow-1.4.0-cp36-cp36m-win_amd64.whl

按回车开始安装。

Python3.6 + TensorFlow 安装(Windows 64 bit)

安装成功的结果:

Python3.6 + TensorFlow 安装(Windows 64 bit)