stephenmcd / django-socketio

WebSockets for Django
BSD 2-Clause "Simplified" License
1.32k stars 245 forks source link

getting error while installing this package #123

Open hetvaghasia39 opened 6 months ago

hetvaghasia39 commented 6 months ago

Is there any problem with my config? I have installed

$ sudo apt-get install python3.12-dev
$ sudo apt-get install libevent-dev
(.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.