Windows安装TensorFlow
pip install tensorflow
TensorFlow正常安装
如果遇到安装报错
Collecting tensorflow
Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow
【注意】截止2018-09-26日 根据 tensorflow官网:
TensorFlow 仅支持Python3.4、3.5、3.6.不幸的是我安装的是最新的Python 3.7。
查看自己安装的Python的版本:python --version
截止2018-09-26日 tensorflow官网安装说明
windows 系统下载Python:https://www.python.org/downloads/windows/
mac-osx 系统下载Python:https://www.python.org/downloads/mac-osx/
Linux\Unix 系统下载Python:https://www.python.org/downloads/source/
Python官网:https://www.python.org/
Python位数要求
如果你安装的是32位Python,请卸载后,重新安装64位的Python。
python-32bit python-64bit
网友评论