Hello everyone, I got this error when trying to run Rasa X in my remote client
. How can I fix it?You should run a rasa data validate
to validate your training data.
I ran this command and still get the same error
TypeError: formatwarning() got an unexpected keyword argument ‘line’
Which version of Rasa Open Source and Rasa X are you running @TheRockib?
I found that that this issue is specific to Python 3.6. See this bug report for details.
A quick and easy fix is to update to Python 3.7 or above.