博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
安装tensorflow
阅读量:6941 次
发布时间:2019-06-27

本文共 529 字,大约阅读时间需要 1 分钟。

hot3.png

window10 python3.5 安装TensorFlow:

pip3 install tensorflow

ubuntu14.04: python自带版本2.7.6安装pip

apt-get install python-pippip版本为1.5.4pip install -U pip 失败root[@ubuntu](https://my.oschina.net/u/555627):~# pip install tensorflow  失败Downloading/unpacking tensorflowCould not find any downloads that satisfy the requirement tensorflowCleaning up...No distributions at all found for tensorflowStoring debug log for failure in /root/.pip/pip.log

用下面命令可以安装成功

python -m pip isntall tensorflow

转载于:https://my.oschina.net/u/3726752/blog/1576598

你可能感兴趣的文章
动态修改LVS real server配置的影响验证
查看>>
限制域用户各自登录自己的计算机
查看>>
DELETE与TRUNCATE的区别
查看>>
Linux之cat、cut、sort、uniq、wc、tr常用选项总结
查看>>
Struts2 下载取消报异常最终解决办法 1.1版本
查看>>
活动目录系列之八:信任(下)
查看>>
【shell编程】shell if 参数详解
查看>>
如何找到存在Ceph里面的文件
查看>>
wikioi 1098 均分纸牌
查看>>
System Center Technical Preview DPM(2016)对Exchange2016的灾难恢复
查看>>
javascript 继承
查看>>
批量设置某些通讯组的属性或权限
查看>>
AIX 访问Linux NFS共享错误案例
查看>>
谈谈IP、MAC与交换机端口绑定的方法
查看>>
erlang图书
查看>>
Ununtu Server 安装VNC远程桌面控制
查看>>
Centos7防火墙开放8080端口
查看>>
cloud-utils cloud-utils-growpart cloud-init
查看>>
linux trap
查看>>
LVS+Keepalived+Squid+Nginx高可用负载均衡缓存配置
查看>>