Python wscelery监视工具超级功能错误

Python wscelery监视工具超级功能错误,python,django,python-2.7,celery,django-celery,Python,Django,Python 2.7,Celery,Django Celery,我正试图追踪与django的联系。启动或使用芹菜命令没有问题: celery wscelery --allow-origin=.* from终端给出错误: 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) 我知道这个错误的意思

我正试图追踪与django的联系。启动或使用芹菜命令没有问题:

celery wscelery --allow-origin=.*
from终端给出错误:

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

WSCellery pip链接:

要求

Python>=3.4


有人将WS芹菜与python2一起使用吗?

从github页面上看,这是一个相当新的项目,显然是从Python3开始的,所以我认为除非您自己实现它,否则您不会期望任何python2支持。因此,如果我不使用WS芹菜,是否有任何替代方案,我想采取的结果进展,如开始和进度栏