Anaconda

How to open an existing project in Anaconda.Pls,

Help Me.

@Vedha27 Is that you activated the conda virtual environment?

  1. First create conda virtual environment & activate
  2. Create a project folder
  3. Install rasa and dependencies
  4. create rasa project
  5. 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!

1 Like

It Shows the following Error .Pls look into it

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 :grinning:

1 Like

@Vedha27 It’s good it works. You can set this thread as a Solution, please for others.