使用 Django 安装 Celery
我正在尝试使用 celery 安装="/questions/tagged/django" class="post-tag" title="show questions tagged 'django'" rel="tag">django 我收到以下错误:
from celery.task import sets
ImportError: cannot import name sets
如何修复那?
I'm trying to install celery with django and I'm get the following error:
from celery.task import sets
ImportError: cannot import name sets
How can I fix that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
安装较新版本的 celery 可能会起作用。或者您的安装可能不完整。
但是
sets
应该是celery.task
的一部分。至少,最新的文档表明应该是这样的: http:// Ask.github.com/celery/reference/celery.task.sets.html
Installing a newer version of
celery
might work. Or your install might not be complete.But
sets
should be a part ofcelery.task
.Atleast, the latest docs indicate that this should be the case: http://ask.github.com/celery/reference/celery.task.sets.html
https://github.com/ask/celery/issues#issue/315
看起来像是已报告的问题。
您可能对 #celery irc 日志的这两页感兴趣
https://github.com/ask/celery/issues#issue/315
looks like an issue that has been reported.
You might be interested in these 2 pages of the #celery irc log