-
Notifications
You must be signed in to change notification settings - Fork 700
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
SDK: wait_for_job reports typeError #1445
Comments
Look at call chain
We have a recent change #1439? but I doubt it's related. I did freeze and find retrying==1.3.3 and but seems existing dependencies implicitly install it. Any clues? |
I think it is might be
Can you share the output of |
@alembiewski Yeah, i think it's probably something else. My python3 version is higher, I can change to 3.7 for another try. Here's my envs.
|
Hey @Jeffwan, I dug a bit deeper into this issue and it seems that Here is the commit that changes the logic of the Do you think it's a blocker for releasing the SDK to PyPI? It looks like |
@alembiewski I think this should not be the blocker. I check Kubeflow notebook image and it still uses lower version. Really appreciate your findings and we should be good to go. @terrytangyuan @kubeflow/wg-training-leads WDYT?
Sounds like a plan. Could you help create an issue to track it? I think this can be done later. |
Yes agree it's not a blocker. We can probably fix this by adding logic around imports on different versions of the problematic module. |
Agree |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I follow instruction https://github.com/kubeflow/training-operator/blob/master/sdk/python/examples/kubeflow-tfjob-sdk.ipynb and when I run to
tfjob_client.wait_for_job('mnist', namespace=namespace, watch=True)
and I got follow errors. Rest of the steps work well. I think it's probably the python and dependency compatibility issue./cc @alembiewski @terrytangyuan
Env:
The text was updated successfully, but these errors were encountered: