Python-socketio: websocket-client package not installed

Created on 26 Sep 2019  路  1Comment  路  Source: miguelgrinberg/python-socketio

when I run python script it show following error:
engineio.client - WARNING - websocket-client package not installed, only polling transport is available

question

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.

>All comments

Yes. The client needs some dependencies that are not installed by default. Use pip install "python-socketio[client]" to get the client dependencies installed.

Was this page helpful?
0 / 5 - 0 ratings