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.