EDU-2453: TypeError: Worker.__init__() got an unexpected keyword argument 'namespace' #2842
Labels
community
This issue was submitted external to Temporal
tracking-internally
A JIRA ticket has been generated and the EDU number is attached to the title of this issue or PR
When I run the backgroundcheck_dacx.py example worker, following the instructions at:
https://docs.temporal.io/dev-guide/python/project-setup#dev-server-worker
I get this error:
TypeError: Worker.init() got an unexpected keyword argument 'namespace'
The problem happens at the initialization of the worker:
Here, "namespace" is not a valid argument. There is no "namespace" in the init function of the worker object, at the python module temporalio v1.6.0 (venv/lib/python3.10/site-packages/temporalio/worker/_worker.py)
The text was updated successfully, but these errors were encountered: