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
(.venv) het@het-GF63-Thin-10UC:~/het-workspace/infiniti_talks(dev)$ pip install django-socketio
Collecting django-socketio
Using cached django-socketio-0.3.9.tar.gz (48 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [12 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/tmp/pip-install-quvx5285/django-socketio_06e43a86402646e0b2cfdb707af7e82e/setup.py", line 7, in <module>
version = __import__("django_socketio").__version__,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/pip-install-quvx5285/django-socketio_06e43a86402646e0b2cfdb707af7e82e/django_socketio/__init__.py", line 2, in <module>
from django_socketio.utils import NoSocket, send, broadcast, broadcast_channel
File "/tmp/pip-install-quvx5285/django-socketio_06e43a86402646e0b2cfdb707af7e82e/django_socketio/utils.py", line 44
except IndexError, KeyError:
^^^^^^^^^^^^^^^^^^^^
SyntaxError: multiple exception types must be parenthesized
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
The text was updated successfully, but these errors were encountered:
Is there any problem with my config?
I have installed
The text was updated successfully, but these errors were encountered: