Kite connect twisted installation error

XC2518
Hi,

i am getting below error while installing 'pip install --upgrade kiteconnect' through command prompt/ windows power shell (as Admin mode).
i already have visual c++ (see attached file for detail). I have python version 3.8.5 and already ran command 'pip install -U pip setuptools' which ran successfully. Can you please help?

Error Details

building 'twisted.test.raiser' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/
----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\schaudhary\\AppData\\Local\\Temp\\pip-install-7r54p0xf\\twisted\\setup.py'"'"'; __file__='"'"'C:\\Users\\schaudhary\\AppData\\Local\\Temp\\pip-install-7r54p0xf\\twisted\\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\schaudhary\AppData\Local\Temp\pip-record-6zz0a5m2\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\python38\Include\twisted' Check the logs for full command output.
Sign In or Register to comment.