After having kiteconnect successfully installed. I typed into the jupyter the following command:
import logging from kiteconnect import KiteConnect
which then gives me the following error, -------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) in () ----> 1 from kiteconnect import KiteConnect
ModuleNotFoundError: No module named 'kiteconnect' --------------------------------------------------------
I cannot understand why is it showing No module named 'kiteconnect' where as I've already installed kiteconnect. Please guide me through this.
Can you check if kite connect is installed by
pip show kiteconnect
.