Httptools error while installing Rasa

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

1 Like

Worked. Thanks a ton!!

1 Like

For Linux:- Please follow the below steps-

  1. yum install https://centos7.iuscommunity.org/ius-release.rpm
  2. yum install python36u python36u-devel python36u-pip
  3. python3.6 -m pip install httptools
  4. pip install rasa-x --extra-index-url https://pypi.rasa.com/simple

I believe you will not get any error after that.