Hello,
I am trying to do the udemy course on Rasa. I got an error when trying to train the model.
ImportError: cannot import name ‘json’ from ‘engineio’
How do I fix this?
Thank you.
Hello,
I am trying to do the udemy course on Rasa. I got an error when trying to train the model.
ImportError: cannot import name ‘json’ from ‘engineio’
How do I fix this?
Thank you.
I fixed it
pip3 install “python-socketio<4.3” “python-engineio<3.9”