rasa: ImportError: cannot import name 'RasaNLUConfig'
Rasa Core version: 0.8.5
Python version: 3.6.4
Operating system (windows, osx, …): windows 10
Issue: I have recently updated to RASA NLU v0.12.0 after the update i’m getting this issue
Traceback (most recent call last):
File ".\bot.py", line 25, in <module>
run_bot()
File ".\bot.py", line 16, in run_bot
agent = Agent.load('./models/dialogue/default/dialogue_model', RasaNLUInterpreter('./models/nlu/default/nlu_model'))
File "D:\Softwares\Python\lib\site-packages\rasa_core\interpreter.py", line 219, in __init__
self._load_interpreter()
File "D:\Softwares\Python\lib\site-packages\rasa_core\interpreter.py", line 234, in _load_interpreter
from rasa_nlu.config import RasaNLUConfig
ImportError: cannot import name 'RasaNLUConfig'
I got this error while using the following method
agent = Agent.load('./models/dialogue/default/dialogue_model', RasaNLUInterpreter('./models/nlu/default/nlu_model'))
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 18 (8 by maintainers)
I ugraded to 0.9.0a2 and get: