Rasa Installation On Windows 10

Hi bibin, i will share how can i install in windows 8 machine without any huddles.

  1. First install Microsoft Visual C++ redistributable 2015 by the following link Download Visual C++ Redistributable for Visual Studio 2015 from Official Microsoft Download Center
  2. Install anaconda3 for windows from its sites.
  3. Then create a virtual python environment and activate the created virtual environment.
  4. Now install rasa and rasa X by following Rasa docs for installation in that created python environment.
  5. During installation httptools package not found error will come. Then install by following command #conda install -c conda-forge httptools
  6. then you can create rasa projects.

Hope this may help you.