I am trying to work with Django Channels. Every time I try to run manage.py, I get the following error:
File "/usr/local/lib/python2.7/dist-packages/daphne/server.py", line 192
async def handle_reply(self, protocol, message):
^
SyntaxError: invalid syntax
I have installed all the necessary components for Channels to work.