Rasa_installation issue

I am facing this issue for a week and i tried installing build tools alos. nthg is working out. could anyone help me to solve this

ERROR: Command errored out with exit status 1: command: ‘c:\users\z024359\appdata\local\continuum\anaconda3\python.exe’ -u -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘"’"‘C:\Users\z024359\AppData\Local\Temp\pip-install-hdx8afjt\httptools\setup.py’"’"’; file=’"’"‘C:\Users\z024359\AppData\Local\Temp\pip-install-hdx8afjt\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\z024359\AppData\Local\Temp\pip-record-wfk43mxn\install-record.txt’ --single-version-externally-managed --compile cwd: C:\Users\z024359\AppData\Local\Temp\pip-install-hdx8afjt\httptools
Complete output (30 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 creating build\temp.win-amd64-3.7 creating build\temp.win-amd64-3.7\Release creating build\temp.win-amd64-3.7\Release\httptools creating build\temp.win-amd64-3.7\Release\httptools\parser creating build\temp.win-amd64-3.7\Release\vendor creating build\temp.win-amd64-3.7\Release\vendor\http-parser C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.23.28105\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MT -Ic:\users\z024359\appdata\local\continuum\anaconda3\include -Ic:\users\z024359\appdata\local\continuum\anaconda3\include “-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.23.28105\ATLMFC\include” “-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.23.28105\include” /Tchttptools/parser/parser.c /Fobuild\temp.win-amd64-3.7\Release\httptools/parser/parser.obj -O2 parser.c c:\users\z024359\appdata\local\continuum\anaconda3\include\pyconfig.h(59): fatal error C1083: Cannot open include file: ‘io.h’: No such file or directory error: command ‘C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.23.28105\bin\HostX86\x64\cl.exe’ failed with exit status 2 ---------------------------------------- ERROR: Command errored out with exit status 1: ‘c:\users\z024359\appdata\local\continuum\anaconda3\python.exe’ -u -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘"’"‘C:\Users\z024359\AppData\Local\Temp\pip-install-hdx8afjt\httptools\setup.py’"’"’; file=’"’"‘C:\Users\z024359\AppData\Local\Temp\pip-install-hdx8afjt\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\z024359\AppData\Local\Temp\pip-record-wfk43mxn\install-record.txt’ --single-version-externally-managed --compile Check the logs for full command output.

Hey @Meena.Manogaran, I think the issue is related to visual c++ build tools, check this video it may help you:

https://youtu.be/IAb8Ei7dQjc

Hey @JiteshGaikwad I m still facing some issue.

error: command ‘C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.23.28105\bin\HostX86\x64\cl.exe’ failed with exit status 2

I face similar issue in my office machine due to the registry settings which has been blocked by my office policy and I am still trying to figure out a way how to fix that, sorry for the same😅

How did you solve this? I am facing similar issue.