I am following the exact directions on the YouTube video that RASA provides for installation on Ubuntu (Installing Rasa Open Source on Ubuntu - YouTube) however, it only downloads rasa-0.0.5. And when I try and run rasa --version it says “rasa: command not found”. I really am not sure what to do from here as I have tried so many things but any help would be grateful.
I am trying to install with Python version 3.7.1 and Pip version 22.0.4 (python 3.7)
@itsjhonny I did create a virtual environment. I just tried the install command you suggested and it exited on an error for downloading psycopg2-binary. This is odd because I had already run into that issues and separately downloaded that package and it is already on my machine.
@itsjhonny I was able to get tensorflow and then downloaded rasa without dependencies the way that you suggested, how would I then be able to use it from there? Should I just be able to run the rasa command line commands?
I did rasa --version and it gave me an error:
"ModuleNotFoundError: No module names ‘terminaltables’
@itsjhonny Yeah I figured out after I installed terminaltables that there are a bunch of dependicies that I have to install so that is what I am doing now.