-
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
ModuleNotFoundError: No module named 'kfp.deprecated' #7478
Comments
+1 |
i fix it by replace "kfp.deprecated" to "kfp". i think it caused by this PR |
This is intended since our samples are now based off KFP v2 (main branch). |
I don't understand what you mean. |
It installed |
I solved this issue by launching |
Pipelines Version: [1.8.1]
Following this tutorial:
https://www.kubeflow.org/docs/components/pipelines/tutorials/build-pipeline/#choose-and-compile-a-pipeline
After running this:
dsl-compile --py ${DIR}/sequential.py --output ${DIR}/sequential.tar.gz
I get this error:
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.
The text was updated successfully, but these errors were encountered: