Facing problem in httptools for RASA X

when i used the command pip install httptools in command prompt i am facing this issue Can anyone tell me how to resolve this issue…

**> cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Ic:\users\1429254\desktop\rasa_x\venv3\include "-IC:\Program Files\Python36\include" "-IC:\Program Files\Python36\include" /Tchttptools/parser/parser.c /Fobuild\temp.win-amd64-3.6\Release\httptools/parser/parser.obj -O2**
**>     error: command 'cl.exe' failed: No such file or directory**

**> Command "c:\users\desktop\rasa_x\venv3\scripts\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\\\AppData\\Local\\Temp\\pip-build-zr8m3fke\\httptools\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\\AppData\Local\Temp\pip-aq_lfcrw-record\install-record.txt --single-version-externally-managed --compile --install-headers c:\users\\desktop\rasa_x\venv3\include\site\python3.6\httptools" failed with error code 1 in C:\Users\\AppData\Local\Temp\pip-build-zr8m3fke\httptools\**

Why are you using pip install httptools?

This httptools is one of the dependencies of rasa. When we do pip install rasa, htttptools source is downloaded and then built using MS VC++. But somehow in Windows 10, it doesn’t happen. It fails miserably.

I am also facing this issue. Any help would be much appreciated. This isn’t some issue with rasa. It is an issue of Windows 10 and htttptools.