wscelery监控工具超级功能错误

时间:2017-07-07 08:37:26

标签: python django python-2.7 celery django-celery

我正在尝试关注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?

0 个答案:

没有答案