zqhZY / _rasa_chatbot

A Chinese task oriented chatbot in IVR(Interactive Voice Response) domain, implement by rasa. This is a demo with toy dataset, more data should be added for performance.
496 stars 228 forks source link

python bot.py online_train eorror #15

Open binux1987 opened 6 years ago

binux1987 commented 6 years ago

Hello, when I exec like this command "python bot.py online_train". the error as bellow, could you help me check it? thanks a lot

Traceback (most recent call last): File "bot.py", line 120, in interpreter=RasaNLUInterpreter("models/ivr/demo"), File "/usr/local/lib/python3.5/dist-packages/rasa_core/interpreter.py", line 219, in init self._load_interpreter() File "/usr/local/lib/python3.5/dist-packages/rasa_core/interpreter.py", line 234, in _load_interpreter from rasa_nlu.config import RasaNLUConfig ImportError: cannot import name 'RasaNLUConfig'

zqhZY commented 6 years ago

是否正确安装了Rasa nul Chi,如果正确安装,有可能是软件版本的问题

SuixueWang commented 6 years ago

我也遇到同样问题了,请问下安装完Rasa nul Chi后是否固定了ras_nlu的版本?如果更新了版本,又不是Rasa nul Chi的了吧?有点矛盾,如何解决这个bug呢?谢谢!