Using Ubuntu 20.04, python 3.8.5, rasa version : 2.0.0.rc2.
Commandrasa init fails with below error.
Errorurllib.error.HTTPError: HTTP Error 404: Not FoundURL trying to access : https://github.com/PolyAI-LDN/polyai-models/releases/download/v1.0/model.tar.gz
Quick check in browser also led to 404. Noticed that ConveRT is taken down. Any alternative here so that this initialisation command works fine
I could address the issue with the help of conda create -n win-rasa anaconda which is possibly addressing the required packages installation inherently.