Rasa interactive cannot write non-ascii character due to the encoing #7005
Labels
area:rasa-oss/cli
Issues focused on the rasa command-line-interface
area:rasa-oss 🎡
Anything related to the open source Rasa framework
type:bug 🐛
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Rasa version: 1.10, 2.*
Rasa SDK version (if used & relevant):
Rasa X version (if used & relevant):
Python version: 3.7.6
Operating system (windows, osx, ...): Windows
Issue:
The rasa interactive write file write with the default encoding, for windows python, it may cause error if the user type utf-8 character.
Error (including full traceback):
Command or request that led to error:
Content of configuration file (config.yml) (if relevant):
Content of domain file (domain.yml) (if relevant):
Solution:
change rasa/core/training/interactive.py : 1394
to
The text was updated successfully, but these errors were encountered: