码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu 17 安装 tensorflow

时间:2017-12-08 18:22:02      阅读:236      评论:0      收藏:0      [点我收藏+]

标签:sim   1.3   help   inux   生成   tensor   x86   mirrors   成功   

Ubuntu 17 自带python 3.6 直接用命令安装pip3 install tensorflow 会提示有个模块适合python3.5,并不适合python3.6。

我是这样解决的,我安装了低版本的tensorflow,

从清华大学镜像里下载了低版本的 https://mirrors.tuna.tsinghua.edu.cn/help/tensorflow/

选择CPU python36 tensorflow 1.3.0 自动生成以下安装代码,我将pip改成pip3,安装完毕,结果成功了

pip install   -i https://pypi.tuna.tsinghua.edu.cn/simple/   https://mirrors.tuna.tsinghua.edu.cn/tensorflow/linux/cpu/tensorflow-1.3.0-cp36-cp36m-linux_x86_64.whl

Ubuntu 17 安装 tensorflow

标签:sim   1.3   help   inux   生成   tensor   x86   mirrors   成功   

原文地址:http://www.cnblogs.com/yisawatbek/p/8006456.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!