No module named tensor flow — iPython notebook

后端 未结 6 1525
小鲜肉
小鲜肉 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条回答
  •  一整个雨季
    2020-12-21 03:36

    After I tried Anaconda-installation (I was using the other installation methods, which are all shown in the link below) https://github.com/tensorflow/tensorflow/blob/master/tensorflow/g3doc/get_started/os_setup.md#anaconda-installation It worked ...

    Further, on terminal activate tensorflow

    >>> source activate tensorflow
    

    before open iPython Notebook

    >>> ipython notebook
    

    At last, I have to restart my macbook to make it work....

提交回复
热议问题