socketIO-client-2 icon indicating copy to clipboard operation
socketIO-client-2 copied to clipboard

Installation error on Python 3.x

Open sphh opened this issue 7 years ago • 0 comments

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.

sphh avatar Feb 20 '18 20:02 sphh