【发布时间】:2019-11-30 10:43:56
【问题描述】:
我在 Anaconda 上使用 Tensorflow 已经有一段时间了,但最近我在尝试导入 Tensorflow 时遇到了上述错误。
这里已经多次询问过这个问题,所以我尝试了建议的解决方案,但到目前为止没有任何效果(重新安装 tensorflow(正常和 gpu 版本),重新安装 Anaconda)。运行 help('modules') 时,tensorflow 出现在模块列表中。但是即使在我运行pip uninstall tensorflow 和pip uninstall tensorflow-gpu 之后,在运行help('modules') 时,tensorflow 仍然保留在模块列表中。
我能做些什么来解决这个问题?
【问题讨论】:
-
我使用的是 Windows 10,不确定 TS 代表什么
-
TF == Tensorflow
标签: python tensorflow anaconda