Hi, I am trying to create a docker image on macM1 where I am trying to install rasa 3, using python 3.9. But when I execute the container and do pip install rasa3.3 it gives TensorFlow error, I getting this error ** platform_machine != “arm64” or platform_system != “Darwin”**
Although I am able to install rasa 0.1 instead.
Is there any way to possibly install rasa 3?