ModuleNotFoundError: No module named 'terminaltables'

Hej everyone:) Thank your for all the content you provide on here! It’s great work and super helpful :slight_smile:

I am starting from scratch with chatbot-development and excitedly looking forward working with the upcoming tutorials.

For the installation, I have on question:

When I want to initalise rasa by rasa init I get the error ModuleNotFoundError: No module named terminaltables. So I try to pip install terminaltables and get the output requirement already satisfied Then I try to run rasa init again and still get the ModuleNotFoundError:…

Do you have an idea how to solve that problem?

Thank you and kindly, Solaris

Hello @Solaris can you please share rasa --version for us?

what can I do to solve this issue ?

@ManoBharathi93 Hi, can you please share rasa --version

@Solaris can you please disable telemetry rasa telemetry disable

and then try rasa init

or rasa --version and share me the error please

Thanks I have troubleshooted using the following command :slight_smile:

conda install -c conda-forge terminaltables conda install -c conda-forge/label/gcc7 terminaltables conda install -c conda-forge/label/cf201901 terminaltables conda install -c conda-forge/label/cf202003 terminaltables

@ManoBharathi93 Great! Can you please share the steps for the above command ?

Terminal table is not update in newer version of anconda 2021.5 so to solve this issue we want to manually install the terminal table for our anconda by following command: Use any one command and try to create new project and train your models

1.conda install -c conda-forge terminaltables

  1. conda install -c conda-forge/label/gcc7 terminaltables
1 Like

@ManoBharathi93 means we need to install this command before installing rasa or rasa-sdk right?

Either way you can do

ok thanks.

Welcome, Happy to solve the problems

@ManoBharathi93 Thanks Mano, but my bot is working fine and me not getting any errors. But thanks for sharing the solution with your troubleshoot, it will save a lot of time for us.

1 Like

Your’re Welcome, @nik202 if you have doubt kindly share … I will try to figure it out

@ManoBharathi93 No buddy! Me doing fine for now :slight_smile: Thanks anyways.

Okay, please vote my post as “solved” so it will helpful for other community members

@ManoBharathi93 I wish I can mark the solution but me not creator of this topic :stuck_out_tongue:

:innocent: okay

troubleshooted using the following command :slight_smile:

1.conda install -c conda-forge terminaltables