socketIO-client-2
socketIO-client-2 copied to clipboard
Installation error on Python 3.x
When I install socketIO-client-2 with
$ sudo pip3 install socketIO-client-2
I get the following error:
File "/usr/local/lib/python3.4/dist-packages/socketIO_client/tests/node_modules/utf8/tests/generate-test-data.py", line 22
print filename
^
SyntaxError: Missing parentheses in call to 'print'
Please could you add parenthesis around filename
to make it Python 3.x compatible. Thanks.
PS: I checked all the other code for print
(with space), but could not find any other occurrence.