@earroyoh hi, its very strange error, I installed rasa and for me it not shown me any error on my window or mac machine. But if we need to install first this dependencies then I guess it will solve the issue. Thanks for the information.
To install this package with conda run one of the following:
1.conda install -c conda-forge twilio
2.conda install -c conda-forge/label/cf202003 twilio
@ManoBharathi93 Can you please specify the only one command, which solved the above issue. It can create the doubt in other users which one solved it. Or this need to install before installing rasa or rasa-sdk ? Thanks.
@Jony-Jas & Mano Can I request you both to delete the unrelated topics or error from this thread so that there is no confusion for the same. I hope you don’t mind? Thanks.
To give insight about the issue,
Newer version of Anaconda package doesn’t contain some of the packages like twilio, telebot, terminal tables etc., these packages are important to train the model so if we try to train model without installing the packages it will show error. To fix we are installing the packages explicitly.