Facin this issue in rasa: TypeError: object() takes no parameters

I have the following versions in my environment:

Name: rasa-core
Version: 0.11.12
Name: rasa-nlu
Version: 0.13.8

but when i type the following command as shown below:

python3 train_online.py

it displays the following error:

 ('instruction', '')   # user instructions for select, rawselect, checkbox
TypeError: object() takes no parameters

Any help please?

Hey, have you since resolved this? Not quite sure what this error is caused by, could you share your train_online script? Also any reason you’re still on old versions of rasa? It would be better to use an up to date one

Thanks. I am using the latest version.