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.
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'
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'