No module named tensor flow — iPython notebook

后端 未结 6 1527
小鲜肉
小鲜肉 2020-12-21 03:09

I understand this may be an old question, but still I cannot find solution from off-the-shelf Q$A. Here is the problem:

I am following Udacity \"Mac

6条回答
  •  旧时难觅i
    2020-12-21 03:29

    This is likely due to an anemic environment variable, one of the library path class. I don't know how iPythonNotebook denotes the libraries it will search for files (say, $LD_LIBRARY_PATH), but I believe that you have to find it (a list of paths to libraries) and add the root directory of TensorFlow.

提交回复
热议问题