[Django]-ModuleNotFoundError: No module named 'channels.http'

2👍

you should change your channels version to 3.0.5, this version is compatible with django-eventstream==4.5.1.

1👍

Use channels version 3.0.5! Authors django-eventstream didn’t update own docs)

👤Peter

Leave a comment