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

require Kombu<=4.1.0 #63

Open
willowj opened this issue Jun 18, 2018 · 0 comments
Open

require Kombu<=4.1.0 #63

willowj opened this issue Jun 18, 2018 · 0 comments

Comments

@willowj
Copy link

willowj commented Jun 18, 2018

Kombu raise AttributeError(key)
AttributeError: async

  File "/usr/local/lib/python2.7/dist-packages/celery/worker/worker.py", line 241, in should_use_eventloop
    self._conninfo.transport.implements.async and
  File "/home/autossh/.local/lib/python2.7/site-packages/kombu/transport/base.py", line 125, in __getattr__
    raise AttributeError(key)
AttributeError: async

The latest version of Kombu renames async to asynchronous. celery-attributeerror-async-error

require Kombu<=4.1.0.

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

No branches or pull requests

1 participant