I am trying to install Rasa in Windows 10, i am getting below error, please assist in fixing it
Running setup.py install for httptools … error
ERROR: Command errored out with exit status 1:
command: ‘C:\Users\HP\Anaconda3\python.exe’ -u -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘"’"‘C:\Users\HP\AppData\Local\Temp\pip-install-euxyxh48\httptools\setup.py’"’"’; file=’"’"‘C:\Users\HP\AppData\Local\Temp\pip-install-euxyxh48\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\HP\AppData\Local\Temp\pip-record-o8q5f1kj\install-record.txt’ --single-version-externally-managed --compile
cwd: C:\Users\HP\AppData\Local\Temp\pip-install-euxyxh48\httptools
Complete output (21 lines):
running install
running build
running build_py
creating build
creating build\lib.win-amd64-3.7
creating build\lib.win-amd64-3.7\httptools
copying httptools_init_.py -> build\lib.win-amd64-3.7\httptools
creating build\lib.win-amd64-3.7\httptools\parser
copying httptools\parser\errors.py -> build\lib.win-amd64-3.7\httptools\parser
copying httptools\parser_init_.py -> build\lib.win-amd64-3.7\httptools\parser
running egg_info
writing httptools.egg-info\PKG-INFO
writing dependency_links to httptools.egg-info\dependency_links.txt
writing top-level names to httptools.egg-info\top_level.txt
reading manifest file ‘httptools.egg-info\SOURCES.txt’
reading manifest template ‘MANIFEST.in’
writing manifest file ‘httptools.egg-info\SOURCES.txt’
copying httptools\parser\parser.c -> build\lib.win-amd64-3.7\httptools\parser
running build_ext
building ‘httptools.parser.parser’ extension
error: Microsoft Visual C++ 14.0 is required. Get it with “Microsoft Visual C++ Build Tools”: Downloads | IDE, Code, & Team Foundation Server | Visual Studio
----------------------------------------
ERROR: Command errored out with exit status 1: ‘C:\Users\HP\Anaconda3\python.exe’ -u -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘"’"‘C:\Users\HP\AppData\Local\Temp\pip-install-euxyxh48\httptools\setup.py’"’"’; file=’"’"‘C:\Users\HP\AppData\Local\Temp\pip-install-euxyxh48\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\HP\AppData\Local\Temp\pip-record-o8q5f1kj\install-record.txt’ --single-version-externally-managed --compile Check
the logs for full command output.