-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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] remove kfp.deprecated
namespace
#10715
Comments
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. |
/lifecycle frozen |
I have some fixes in #11109 Please don't remove it (yet). |
@gregsheremeta: Closing this issue. 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. |
Overview
The
kfp.deprecated
Python namespace in the KFP v2 SDK versions does not work.If you attempt to use it after running
pip install kfp==2.7.0
on a clean python install, it will not have the dependencies required to actually run thekfp.deprecated
code, you will get import errors likeModuleNotFoundError: No module named 'uritemplate'
.If you actually install all the dependencies, you will still run into an error which means you can never submit a run,
AttributeError: module 'kfp_server_api' has no attribute 'V2beta1PipelineVersionReference'
(see #9803).It's confusing to include a broken namespace, can we either fix it, or remove it entirely?
Materials and Reference
Impacted by this bug? Give it a 👍.
The text was updated successfully, but these errors were encountered: