Hi, I’m using Python 3.6.3 to install rasa. I get the httptools error which asks me to install C++ 14.0 build tools. However, when I try to install C++ build tools, There are too many options and the downloads are huge It’ll be really helpful If someone could point me to the exact version to install.
hey @goutham2709, you can check this video, it may help you
1 Like
Worked. Thanks a ton!!
1 Like
For Linux:- Please follow the below steps-
- yum install https://centos7.iuscommunity.org/ius-release.rpm
- yum install python36u python36u-devel python36u-pip
- python3.6 -m pip install httptools
- pip install rasa-x --extra-index-url https://pypi.rasa.com/simple
I believe you will not get any error after that.