fanout / django-eventstream

Server-Sent Events for Django
MIT License
638 stars 84 forks source link

ModuleNotFoundError: No module named 'channels.http' #132

Closed JSL107 closed 5 months ago

JSL107 commented 8 months ago

Hello I tried to use SSE with django channels but got an error.

This is my settings.py

image

This is My Python Package version

image image

why am i Get this Error?

ModuleNotFoundError: No module named 'channels.http'

If the issue is caused by the version, what method should I use to implement SSE?

paul-english commented 8 months ago

Try using channels==3.0.5 for now.

SatoTake2019 commented 5 months ago

worked at channels==3.0.5, Thank you paul-english

JSL107 commented 5 months ago

Thank you for your Comment i'm fixed it !