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

Resolve Import Error from Kombu when importing Actor from cell.actors #23

Open
VyasKS opened this issue Nov 2, 2021 · 0 comments
Open

Comments

@VyasKS
Copy link

VyasKS commented Nov 2, 2021

Following import error is being raised whenever tried to import Actor from cell.actors
ImportError: cannot import name 'ipublish' from 'kombu.common

Tried to check source files and adopt the code, only to find another problem with importing Agent from cell.agents. As per the cell documentation, creation of dAgent is required as an import from cell.agents. But, as per latest code, there's no dAgent class, but probably would've changed to Agent

Python environments tried and tested are: 3.7-3.9. All these environments fail.

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