invisibleroads / socketIO-client

A socket.io client library for Python
http://pypi.python.org/pypi/socketIO-client
MIT License
447 stars 205 forks source link

incompatible websocket library is conflicting #140

Closed DaniyalGeek closed 7 years ago

DaniyalGeek commented 7 years ago

i got below errror but none command is working.

An incompatible websocket library is conflicting with the one we need. You can remove the incompatible library and install the correct one by running the following commands:

yes | pip uninstall websocket websocket-client pip install -U websocket-client

After running command none of one is working?

mattdodge commented 7 years ago

Seeing the same thing when using websocket-client version 0.39.0 (released a few days ago). To temporarily fix, try running:

pip install websocket-client==0.37.0

This is probably still an issue though, this library might need to be updated to work with the latest websocket-client library.

invisibleroads commented 7 years ago

Fixed in 6d881f4396e17cabde093f3ebd8d327cae7c2ebb