源代码构建后无法在python中导入tensorflow

时间:2015-12-13 11:26:29

标签: python-2.7 tensorflow

我正在尝试在linux机器上安装带有cuda和cudnn的tensorflow。我没有sudo访问权限,所以我从源代码构建。我按照这里的说明操作:https://www.tensorflow.org/versions/master/get_started/os_setup.html#source

直到我们获得大量输出的部分:

This tutorial iteratively calculates the major eigenvalue of a 2x2 matrix, on GPU.
The last few lines look like this.
000009/000005 lambda = 2.000000 x = [0.894427 -0.447214] y = [1.788854 -0.894427]
000006/000001 lambda = 2.000000 x = [0.894427 -0.447214] y = [1.788854 -0.894427]

但在那之后,当我打开python并尝试导入tensorflow时,它说没有这样的模块。

提前致谢。

1 个答案:

答案 0 :(得分:3)

在可以在Python shell中导入TensorFlow之前,您需要采取更多步骤:只需构建Subgroup2 ========= Subgroup2 contents 不会构建任何Python前端。

从源安装执行此操作的最简单方法是按照instructions for building a PIP package from source,然后安装它(全局在您的计算机上或virtualenv中)。