Pip3 install rasa does not work because of incompatibility between Cython 3.0 and PyYaml 5.x

Install the PyYAML 5.3.1 and then run pip install rasa. That works currently solving the PyYAML-5.4.1.tar.gz error until they update at Rasa.

Just run: pip install PyYAML==5.3.1 pip install rasa