How to open an existing project in Anaconda.Pls,
Help Me.@Vedha27 Is that you activated the conda virtual environment?
- First create conda virtual environment & activate
- Create a project folder
- Install rasa and dependencies
- create rasa project
- enjoy!!
See this video https://youtu.be/4ewIABo0OkU, It will help!
Thanks for the help. I Will post if I have any doubts in future
I have activated the environment and also installed RASA . Then I have created new project in a new directory and all files are available. I have fully closed the command prompt .Now How I would run this existing project.
@Vedha27 activate your environment
command: conda activate your env name
then
cd folder path
then
rasa train
then
rasa shell
if you have custom action
same process but in new terminal run
rasa run actions
Hope it will work!
you need to train the model first
run:
rasa train
then
rasa shell
Note: create the environment in one directory, you using two directory c and e, which is not a best practise we follow.
Thank you Very much.It Worked
@Vedha27 It’s good it works. You can set this thread as a Solution, please for others.