Installation issue of kiteconnect

smtrader
Hi,
I am new to kite connect. can anybody please guide me the process to install kite connect, pip and how to connect.
I have read so many discusstion here / documents too but didn't find an actual end to end process install/connnect.
I am using Windows 7
Anakonda/spyder3/ipython are installed.
tried installing kite connect using below comands in cmd.
pip install kiteconect
but getting error like - pip is invalid command.
tried installing pip, but it seems like pip is installed.
Please help please help me installing kiteconnect.
or please let me know any link where I can get the process.
Thanks a lot.
  • sujith
    Try python -m pip install ... instead of pip install ...
    Don't do pip install pykiteconnect. You will end up installing old version of pykiteconnect.
    You need to install as mentioned here.
  • smtrader
    Thanks a lot Sujith. It worked. now the old version is working fine. but I tried to install new version 3. it installed with some error with 'Twisted'.
    below is the some lines from error.
    Failed Building wheel for Twisted
    Running setup.py clean for Twisted
    Failed to built Twisted

    Please find attached the screen shot of the error.
    Could you please help me on this.

    Thanks a lot in advance.


  • rakeshr
    Hi @smtrader
    Try installing Twisted separately(go through this thread) and then install kite connect python client.
Sign In or Register to comment.