gpt4 book ai didi

python - tensorflow 在 anaconda 控制台中工作,在笔记本中失败,显示 :. ModuleNotFoundError:没有名为 'tensorflow' 的模块

转载 作者:行者123 更新时间:2023-12-01 09:05:45 25 4
gpt4 key购买 nike

guide之后使用 anaconda 安装tensorflow似乎工作如下:

>>> import tensorflow as tf
>>> hello = tf.constant('Hello, TensorFlow!')
>>> sess = tf.Session()
>>> print(sess.run(hello))

打印出你好。但笔记本中的相同代码会得到:

---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-25b92e4d5dec> in <module>()
----> 1 import tensorflow as tf
2 hello = tf.constant('Hello, TensorFlow!')
3 sess = tf.Session()
4 print(sess.run(hello))

ModuleNotFoundError: No module named 'tensorflow'

我在 acaconda 提示符下使用 jupyter notebook 启动了笔记本:

(tensorflow) D:\ray\dev\ml\mit>

在我的一个用户目录中。

从Windows开始菜单启动jupyter笔记本也失败。

启动jupyter笔记本的正确方法是什么?

最佳答案

首先,激活已安装tensorflow的anaconda环境。然后

conda install nb_conda

仍然在该环境中,运行 jupyter notebook

关于python - tensorflow 在 anaconda 控制台中工作,在笔记本中失败,显示 :. ModuleNotFoundError:没有名为 'tensorflow' 的模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52068922/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com