我正在尝试使用Django频道。每次我尝试运行manage.py时,都会收到以下错误:
File "/usr/local/lib/python2.7/dist-packages/daphne/server.py", line 192
async def handle_reply(self, protocol, message):
^
SyntaxError: invalid syntax
我已经为Channels安装了所有必要的组件。
答案 0 :(得分:0)
看来你正在使用django channels 2.0.2,这需要python版本> = 3.5:
http://channels.readthedocs.io/en/latest/one-to-two.html
我建议使用python 3 virtualenv: