You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 5, 2020. It is now read-only.
I am using Flask with Twisted in Python virtual environment. When I am installing it using pip install txsockjs, below error is coming.
`
Collecting txsockjs
Using cached txsockjs-1.2.2.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/private/var/folders/1t/9zn63d2n5px7kmf565b4_wyh797ymr/T/pip-build-16fvndsf/txsockjs/setup.py", line 73
except Exception, e:
^
SyntaxError: invalid syntax
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/1t/9zn63d2n5px7kmf565b4_wyh797ymr/T/pip-build-16fvndsf/txsockjs/
`