Unable to install Rasa_core in python

I tried to install Rasa_core by using pip install rasa_core its giving following error.

**LINK : fatal error LNK1104: cannot open file 'kernel32.lib'**

** error: command ‘C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\bin\HostX86\x64\link.exe’ failed with exit status 1104**

** ----------------------------------------** *Command “c:\python\python.exe -u -c “import setuptools, tokenize;file=‘C:\Users\1341820\AppData\Local\Temp\pip-install-43z14u4k\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\1341820\AppData\Local\Temp\pip-record-0x2w1q0b\install-record.txt --single-version-externally-managed --compile” failed with error code 1 in C:\Users\1341820\AppData\Local\Temp\pip-install-43z14u4k\Twisted*

what can be done to solve this I have build tools installed too for windows

I tried with various versions of python too and I am trying in windows 10

Check this might help,