Problem with Phidgets Bridge and socket.io
Posted: Sun Dec 04, 2016 11:08 pm
I am trying to send data to socket.io server with the Phidget Python libraries.
I keep getting this message:
But this does not fix the problem.
I keep getting this message:
Code: Select all
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