Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flower - Tornado version in dependency preventing start #1953

Closed
rich5851 opened this issue Mar 8, 2019 · 1 comment
Closed

Flower - Tornado version in dependency preventing start #1953

rich5851 opened this issue Mar 8, 2019 · 1 comment

Comments

@rich5851
Copy link

rich5851 commented Mar 8, 2019

What happened before?

Flower started with no issues

What happens now?

celeryworker_1 | File "/usr/local/lib/python3.6/site-packages/flower/api/tasks.py", line 83, in TaskApply
celeryworker_1 | @web.asynchronous
celeryworker_1 | AttributeError: module 'tornado.web' has no attribute 'asynchronous'

Last stable commit / Since when?

Steps to reproduce

docker local and production setup with celery and flower
docker-compose build and docker-compose run

Fixed by adding tornado==4.5.2 at the bottom of requirements/base.txt

@luzfcb
Copy link
Collaborator

luzfcb commented Mar 8, 2019

Thanks to report, but is duplicated to #1949

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants