I am running rasa NLU and Core locally on a mac - I am building a bot using the Spacy Portuguese language and have run into this …
Traceback (most recent call last):
File "nlu_model.py", line 18, in <module>
train_nlu('./data/data.json', 'config_spacy.json', './models/nlu')
File "nlu_model.py", line 9, in train_nlu
trainer = Trainer(RasaNLUModelConfig(config))
File "/anaconda3/lib/python3.6/site-packages/rasa_nlu/config.py", line 103, in __init__
self.override(configuration_values)
File "/anaconda3/lib/python3.6/site-packages/rasa_nlu/config.py", line 180, in override
self.__dict__.update(config)
ValueError: dictionary update sequence element #0 has length 1; 2 is required
ValueError problems seem like cross-platform problems … and pretty common BUT I can’t find a solution related to using Rasa.
Is there something wrong with my training data? (all the data was added with the RASA javascript trainer tool)
When is this happening, during training? Also if you’re seeing actual errors, it’s better to create an issue on the NLU github repo.
With some more details like what command you’re running etc
Hi Sir have you figure out this problem…, because i was facing the same problem…“ValueError: dictionary update sequence element #0 has length 1; 2 is required”
if u have please help me out