tensorflow在 Ubuntu/Linux 环境下安装TF遇到的问题 [Errno 13] Permission denied

Posted 未配妥剑,已入江湖

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tensorflow在 Ubuntu/Linux 环境下安装TF遇到的问题 [Errno 13] Permission denied相关的知识,希望对你有一定的参考价值。

环境:Ubuntu虚拟机 / python2.7

按照官网安装: $ pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl 

提示:Could not install packages due to an Environment Error: [Errno 13] Permission denied: “。。。balabal”

解决方案:

plan A:在pip之前加:sudo,问题解决!

plan B:还有一个方案是也可以在windows系统下用的,在后面加参数 --user(ps.不过还没亲自试过)

 

测试tensorflow代码:

import tensorflow as tf
hello = tf.constant(\'Hello, TensorFlow!\')
sess = tf.Session()
print sess.run(hello)
a = tf.constant(10)
b = tf.constant(32)
print sess.run(a+b)

 

以上是关于tensorflow在 Ubuntu/Linux 环境下安装TF遇到的问题 [Errno 13] Permission denied的主要内容,如果未能解决你的问题,请参考以下文章

机器学习-Tensorflow安装与测试

ubuntu14.0 更改默认python为3.5 并安装tensorflow(cpu)

Tensorflow人工智能神经网络学习

如何在 ubuntu/linux 上运行 asmx webservice?

在Linux系统下制作系统启动盘(Ubuntu Linux)

ubuntu/linux系统知识(30)ubuntu系统配置项dconf/gsettings