【发布时间】:2021-09-04 08:30:00
【问题描述】:
我已经在我的 conda 虚拟环境中安装了 rasa。 当我在 conda 提示符下运行命令“rasa init”时,出现以下错误:
ImportError: DLL load failed: The specified module could not be found.
Failed to load the native TensorFlow runtime.
See https://www.tensorflow.org/install/errors
for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.
有什么问题?!
【问题讨论】:
-
您是否阅读了错误信息和帮助页面?错误消息要求包含整个轨道(我在您的帖子中没有看到,除非这确实是打印的所有内容)。该网站提到您应该将“tensorflow”标签添加到您的 SO 问题中。这让可以回答您问题的人更容易找到您的问题。
-
PS:我也推荐阅读how to ask a question,这样你可以改进你的问题并获得更好的答案。
标签: python python-3.x rasa-nlu rasa