Kite connect is not working on python 3.7

sripal
1) Kite is not installing in the python 3.7 version
2) Is there any code modification for the python 3.7 version
AttributeError: 'KiteConnect' object has no attribute 'generate_session'

But its working with python 3.5
  • zartimus
    zartimus edited December 2018
    @sripal
    try now with `pip install kiteconnect==3.7.6`

    if you are getting any issues related to twisted failing to build wheels.
    download appropriate platform twisted wheel from here https://github.com/zerodhatech/python-wheels
    and do `pip install /path/to/wheels/downloaded` and repeat `pip install kiteconnect==3.7.6`
Sign In or Register to comment.