Unhashable type: 'dict'

Hi, this is my code:

from rasa_nlu.model import Interpreter interpreter = Interpreter.load(’’’./models/nlu-20210817-083315/nlu/’’’) print(interpreter.parse(“hello”))

and I get unhashable type: ‘dict’Exception has occurred: TypeError unhashable type: ‘dict’ File “/Users//Desktop//*/main.py”, line 3, in interpreter = Interpreter.load(’’’./models/nlu-20210817-083315/nlu/’’’)

Thanks :slight_smile: