【发布时间】:2018-04-15 21:04:22
【问题描述】:
我试图从 rasa_core 运行示例“moodbot”。训练模型并运行后
python -m rasa_core.run -d 模型/对话 -u 型号/nlu/默认/当前
我遇到了这个错误:
文件“C:\Users\me\rasa_core\rasa_core\interpreter.py”,第 236 行,在 _load_interpreter from rasa_nlu.config import RasaNLUConfig ImportError: cannot import name 'RasaNLUConfig'
可能是什么原因?我在 Windows 10 上运行 python 3.5。
【问题讨论】:
标签: python