jrief / django-websocket-redis

Websockets for Django applications using Redis as message queue
http://django-websocket-redis.awesto.com/
MIT License
895 stars 221 forks source link

No module named 'django.utils.six' #306

Open laurentL opened 1 year ago

laurentL commented 1 year ago

hi, six was removed from django : django.utils.six - Remove usage of this vendored library or switch to six.

File "/home/llabatut/.virtualenvs/supervisorWeb311/lib/python3.11/site-packages/ws4redis/django_runserver.py", line 13, in from django.utils.six.moves import socketserver ModuleNotFoundError: No module named 'django.utils.six'