Open misli opened 5 years ago
Thank you for bringing this to the front!
I've actually ran into this issue before but had forgotten to make a note of it. I think this is actually happening because I haven't specified a daphne
version in my setup.py
file, so it's defaulting to the latest version, which is actually incompatible with asgiref~=2.3
. I've only tested this package using daphne==2.2.5
, channels==2.1.7
and channels-redis==2.3.3
(as shown in dev_requirements.txt
). I eventually plan on making this package compatible with the latest versions of its dependencies, but for now, pull requests to modify setup.py
are welcome.
You require explicit versions of
channels
andchannels-redis
, which are incompatible. It makes this package kind of not installable.