when I run python script it show following error:
engineio.client - WARNING - websocket-client package not installed, only polling transport is available
Yes. The client needs some dependencies that are not installed by default. Use pip install "python-socketio[client]" to get the client dependencies installed.
Most helpful comment
Yes. The client needs some dependencies that are not installed by default. Use
pip install "python-socketio[client]"to get the client dependencies installed.