Unable to use rasa command

Somehow terminaltables module is not found and it must be installed first because it shouldn’t have been included in rasa dependencies.

Try installing before rasa:

“conda install terminaltables” or “pip3 install terminaltables”

Define a PYTHONPATH environment variable including in the path where the module has been installed (better install with conda if you are using it)

@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.

same error :expressionless:

@Jony-Jas Try any one of the following below command and then run “rasa init” command

1.conda install -c conda-forge terminaltables

2.conda install -c conda-forge/label/gcc7 terminaltables

3.conda install -c conda-forge/label/cf201901 terminaltables

4.conda install -c conda-forge/label/cf202003 terminaltables

1 Like

@earroyoh Try any one of the following below command and then run “rasa init” command

1.conda install -c conda-forge terminaltables 2.conda install -c conda-forge/label/gcc7 terminaltables 3. conda install -c conda-forge/label/cf201901 terminaltables 4.conda install -c conda-forge/label/cf202003 terminaltables

Issue while initialising new project

Finally worked thanks @ManoBharathi93 :grinning:

1 Like

could you able to train and initialise the new projects ?

Glad to solve the problems😇 @Jony-Jas

sounds great! unfortunately I am getting issues while initialising new project, if you could able to figure out please let me know @Jony-Jas

check it out here ModuleNotFoundError: No module named 'twilio.base'

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

1 Like

@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.

conda install -c conda-forge terminaltables

This command solved my problem and I have run it after installing rasa

1 Like

You can do in either way, command :

  1. conda install -c conda-forge twilio

@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.

1 Like

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.

Hey @Jony-Jas Can you please share your current version, on which you install terminal tables commands , many thanks in advance. rasa --version