anonymous023
(sebastiaan den hertog)
August 25, 2021, 9:05am
1
hi, i am trying to install rasa i did it by this video (Installing Rasa Open Source: Windows 10 (Updated 2021) - YouTube ) when I try to check if rasa was install by rasa -h command and I get this error.
(rasa_install_demo) C:\Users\Sebastiaan>rasa -h
‘rasa’ is not recognized as an internal or external command,
operable program or batch file.
nik202
(NiK202)
August 25, 2021, 10:25am
2
@anonymous023 Please follow these steps.
conda create --name “Your_Environment_Name” python=3.8 or python==3.7.7
conda activate Your_Environment_Name
pip install rasa==2.8.1
pip install rasa-sdk==2.8.1
rasa init
to create the default project
Check rasa --version
Share error till this point if you encountered?
------------------------------Below Steps for Rasa-X only----------------------------------------------------------------
6. pip install rasa-x==0.39.3 --extra-index-url https://pypi.rasa.com/simple
Error: ImportError: cannot import name ‘RowProxy’ from ‘sqlalchemy.engine’ install
pip install SQLAlchemy==1.3.22
Error: Sanic install
pip install sanic-jwt==1.6.0
Error: Alembic
delete rasa and events .db files and it will automatically created when you run rasa-x
run rasa x and you will be able to see rasa x in your default web browser
Note: Do follow these steps a fresh approach please.
anonymous023
(sebastiaan den hertog)
August 25, 2021, 3:21pm
3
hi, NIk a think i found the problem i use py 3.9 and not lower
nik202
(NiK202)
August 25, 2021, 3:50pm
4
@anonymous023 ok, good you solved.
anonymous023
(sebastiaan den hertog)
August 26, 2021, 1:27pm
5
hey, today i try de to install rasa on python 3.8. but when i try to import it in my project or try sara init it still das not work. i can do rasa init in the cmd but not in the project i am working on in vs code
nik202
(NiK202)
August 26, 2021, 4:01pm
6
@anonymous023 hey you told you find the problem solution?
@anonymous023 create a project directory, activate conda environment for your project directory, install rasa and rasa-sdk, then run rasa train and final run rasa run --debug.
@anonymous023 or when you do not have any project rasa init will install basic mood bot.
I hope you understand now?
nik202
(NiK202)
August 27, 2021, 5:27am
8
@anonymous023 great, can you please close this thread with the solution for others. Thanks.
anonymous023
(sebastiaan den hertog)
August 28, 2021, 6:55pm
9