Cannot import KiteTicker

zash121
from kiteconnect import KiteTicker

I get the following error

ImportError Traceback (most recent call last)
in ()
----> 1 from kiteconnect import KiteTicker

ImportError: cannot import name 'KiteTicker

I tried everything i.e upgrade kiteconnect, uninstall kiteconnect, then reinstall kiteconnect but the problem was same
  • rakeshr
    rakeshr edited July 2018
    @zash121
    Make sure, you are using latest version of Kite Connect APIs and all the dependencies are installed.Install latest version using pip install kiteconnect --upgrade and then check the version using pip show kiteconnect, it should be 3.7.4.
Sign In or Register to comment.