It looks like you're new here. If you want to get involved, click one of these buttons!
from kiteconnect import KiteConnect
I am getting below error -
ModuleNotFoundError: No module named 'kiteconnect'
I am able to connect successfully when I try to run code using default Python 2.7.15 version.python3 login.py
python login.py
and it worked fine.
Like I mentioned, I am able to connect to KiteConnect without any problem when using Python 2.7.15. Python 3 is giving me above issue.
So this working for me fine:
create a new environment.
install python==3.7.7 version
and all the other packages you need
and everything will run just fine and most stable way.