@nik202 YEs - As I said, I did the pip3 install rasa
staep afterward. And that works. Maybe I just don’t understand the point of the poetry install (It looks llike it duplicates the package downloads)
@johnmark are you able to share rasa version while using rasa --version
?
$ rasa --version Rasa Version : 2.8.7 Minimum Compatible Version: 2.8.0 Rasa SDK Version : 2.8.2 Rasa X Version : None Python Version : 3.8.10 Operating System : Linux-5.10.16.3-microsoft-standard-WSL2-x86_64-with-glibc2.29 Python Path : /usr/bin/python3
@johnmark the issue is you not created the conda base environment if you follow you will be able to run rasa open source.
Download Anaconda
conda create -n rasa3 python=3.8
conda activate rasa3
pip install rasa==2.8.1
@nik202 Actually I think what I need is the pip install command to install from the local repo. What you’ve suggested will go and install from pypi, if I am correct
@johnmark good luck!
I ran into same problem…I created conda environment, used python =3.8 and pip=21.3.1, then did pip install rasa…rasa was in pip list still couldn’t find rasa…Did rasa uninstal then reinstall. It worked
Hello sir i have even tried pip uninstall rasa but when i am again installing it i am getting this error…Plz may u help me
Preparing metadata (setup.py) … error error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
pip install psycopg2-binary
I checked , rasa is there so next what to do, it still showing ‘rasa’ command not found.
you should first check if Rasa is installed and then check your path settings and dependencies.