new kite connect install and trying to access from Jupyter notebook

dinesh_sereno
step 1 > new kite connect install on anaconda and trying to access simple program from Jupyter notebook
step 2 in python notebook >
from kiteconnect import KiteConnect, KiteTicker
step 3
getting error
TypeError Traceback (most recent call last)
in
1 import logging
----> 2 from kiteconnect import KiteConnect, KiteTicker
.....
...
TypeError: deprecated() got an unexpected keyword argument 'name'


is this a version issue, missing package or classpath or something else?
Sign In or Register to comment.