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

TypeError: __init__() got an unexpected keyword argument 'id' #50

Closed
umesh-timalsina opened this issue Apr 10, 2023 · 0 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@umesh-timalsina
Copy link
Collaborator

umesh-timalsina commented Apr 10, 2023

Related to: ChimeraPy/Engine#166

Traceback (most recent call last):
  File "/home/umesh/micromamba/envs/chimerapy-dev/bin/cp-orchestrator", line 8, in <module>
    sys.exit(run())
  File "/home/umesh/isis/oele-isis/chimerapy-orchestrator/chimerapy_orchestrator/cli/__main__.py", line 152, in run
    orchestrate(cp_config)
  File "/home/umesh/isis/oele-isis/chimerapy-orchestrator/chimerapy_orchestrator/cli/__main__.py", line 15, in orchestrate
    manager, pipeline, mappings, remote_workers = config.pipeline_graph()
  File "/home/umesh/isis/oele-isis/chimerapy-orchestrator/chimerapy_orchestrator/models/pipeline_config.py", line 112, in pipeline_graph
    created_nodes[node_config.name] = self.get_registered_node(
  File "/home/umesh/isis/oele-isis/chimerapy-orchestrator/chimerapy_orchestrator/models/pipeline_models.py", line 79, in instantiate
    return self.NodeClass(**kwargs)
TypeError: __init__() got an unexpected keyword argument 'id'
@umesh-timalsina umesh-timalsina self-assigned this Apr 10, 2023
@umesh-timalsina umesh-timalsina added the bug Something isn't working label Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant