Hi bibin, i will share how can i install in windows 8 machine without any huddles.
- First install Microsoft Visual C++ redistributable 2015 by the following link Download Visual C++ Redistributable for Visual Studio 2015 from Official Microsoft Download Center
- Install anaconda3 for windows from its sites.
- Then create a virtual python environment and activate the created virtual environment.
- Now install rasa and rasa X by following Rasa docs for installation in that created python environment.
- During installation httptools package not found error will come. Then install by following command #conda install -c conda-forge httptools
- then you can create rasa projects.
Hope this may help you.