Can you try setting this environment variable in your shell before rerunning the command:
PYTHONIOENCODING='utf8'
If this doesn’t work, you’ll have to set it on each command:
PYTHONIOENCODING='utf8' rasa init
Can you try setting this environment variable in your shell before rerunning the command:
PYTHONIOENCODING='utf8'
If this doesn’t work, you’ll have to set it on each command:
PYTHONIOENCODING='utf8' rasa init