-
Notifications
You must be signed in to change notification settings - Fork 443
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: unary_unary() got an unexpected keyword argument '_registered_method' #2427
Comments
FYR, I found a similar issue describing this error: open-telemetry/opentelemetry-python-contrib#2483 Maybe it concerns with the |
However, it comes to run without error when I use
But it cannot work out when I use I think we should investigate this to ensure that Push MC works correctly. WDYT👀 @kubeflow/wg-automl-leads |
In
|
/good-first-issue |
@Electronic-Waste: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What happened?
When I run the following scripts:
The error happened:
What did you expect to happen?
Run without error.
Environment
Kubernetes version:
Katib controller version:
$ kubectl get pods -n kubeflow -l katib.kubeflow.org/component=controller -o jsonpath="{.items[*].spec.containers[*].image}" docker.io/kubeflowkatib/katib-controller:lates
Katib Python SDK version:
Python Packages Version in the Training Container:
Impacted by this bug?
Give it a 👍 We prioritize the issues with most 👍
The text was updated successfully, but these errors were encountered: