Bash: rasa: command not found on ubuntu 21.04

I followed this guide to install rasa.

tried to check rasa --version and got below error

bash: rasa: command not found

Python version : 3.9.5

Ubuntu version 21.04

output of pip show rasa

Name: rasa
Version: 0.1.1
Summary: Rasa Stack - A package which includes Rasa Core and Rasa NLU
Home-page: https://rasa.com
Author: Rasa Technologies GmbH
Author-email: hi@rasa.com
License: Apache 2.0
Location: /home/venv/lib/python3.9/site-packages
Requires: rasa-core, rasa-nlu
Required-by: 

As per the docs, you should have Python 3.7 or 3.8.

Could you please tell me how do I downgrade?

Please read this article:

1 Like

Welcome, @shankar-bavan to the forum! as suggested by Chris you can even see this installation video: Installing Rasa Open Source on Ubuntu - YouTube just make sure you have python 3.7 and 3.8 as instructed by Chris.

1 Like