I want to use websocket with Python. I tried given example code. It's showing error, image attached for same. I have installed kiteconnect as shown in documentation. It's working fine with code from kiteconnect import KiteTicker Throwing error with from kiteconnect import WebSocket Please guide me if there is need to install extra modules or tools.
I have installed kiteconnect using command pip install --upgrade kiteconnect And pip install -U pip setuptools Can you list the libraries that i need to install?
pip install --upgrade kiteconnect
And
pip install -U pip setuptools
Can you list the libraries that i need to install?
May be you can go through build setup and look for required dependent libraries.