You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
fromcell.agents
. As per the cell documentation, creation ofdAgent
is required as an import fromcell.agents
. But, as per latest code, there's nodAgent
class, but probably would've changed toAgent
Python environments tried and tested are:
3.7-3.9
. All these environments fail.The text was updated successfully, but these errors were encountered: