Error in rasa x result: List[Dict[Text, Any]] ^ SyntaxError: invalid syntax

Hello everyone,

I’m new in the develop rasa and when i’m run “rasa x”, i’ve this error: result: List[Dict[Text, Any]] ^ SyntaxError: invalid syntax

Someone can help me please? Thanks so much!

follows image with error:

Environment:

  • OS: Windows 10
  • Python version: 3.5.3

Hey there @nizamOmari, thanks for pointing this out – it’s a python 3.5 error that we’ll try to resolve. Any chance you can run in an env with python>=3.6 in the meantime?

@erohmensing thanks for you answer, python 3.6 works fine =)

Cool! Thanks for your flexibility :slight_smile:

Got the same error here. Upgraded to python 3.7 and it is ok now.