我正在尝试关注https://wscelery.readthedocs.io/en/latest/examples.html与django的链接。启动或使用celery命令没问题:
celery wscelery --allow-origin=.*
来自终端的给出错误:
File "/Library/Python/2.7/site-packages/wscelery/events.py", line 71, in __init__
super().__init__()
TypeError: super() takes at least 1 argument (0 given)
我知道这个错误意味着什么,但我不能使用Python3。
Wscelery pip link:
https://pypi.python.org/pypi/wscelery
要求
Python> = 3.4
是否有人使用wscelery和python2?