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'
@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`
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`