Trouble with training rasa model

I’m having trouble training and running my rasa program. The problem appears in both the rasa train and rasa run actions

/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject return f(*args, **kwds)

I have tried all the other solutions suggested in Stackoverflow and Github, but it didn’t work for me.

Hello @johnpi I am facing the same issues now, did you figure out any solution? thanks,

Try running pip install greenlet==0.4.16, this fixed my issue.