Rasa init fails due to sanic exception

Failure caused by: from sanic.exceptions import abort ImportError: cannot import name ‘abort’ from ‘sanic.exceptions’ (/home/ma-mahaidli/projects/rasa-for-beginners/venv/lib/python3.8/site-packages/sanic/exceptions.py)

Python version 3.8

I tried to downgrade sanic package but it broke other dependencies.

Is this happening when you run rasa train? Can you show the full stack trace?