The latest version of rasa requires protobuf >=4.23.3 (see [here](https://github.com/RasaHQ/rasa/blob/main/pyproject.toml#L133C13-L133C21)) The latest version of mediapipe requires protobuf < 4 (see [here](https://github.com/google/mediapipe/blob/master/requirements.txt#L7C18-L7C18)) For now we've downgraded rasa to 3.6.1 which has protobuf requirement of >=3.9.2 @MannavaVivek @NadaAweaa