question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

kfp dependency pin in 1.0.0 breaks pipeline version upload API calls

See original GitHub issue

/kind bug

What steps did you take and what happened: kfp-tekton 1.0 sdk is pinned to kfp==1.7.2, which causes https://github.com/elyra-ai/elyra/issues/2085 (generally speaking upload of pipeline versions will always fail). Would a pin to a later version be possible so Elyra can start using kfp-tekton > 0.8.x?

What did you expect to happen:

Additional information: [Miscellaneous information that will assist in solving the issue.]

Environment:

  • Python Version (use python --version):
  • SDK Version:
  • Tekton Version (use tkn version):
  • Kubernetes Version (use kubectl version):
  • OS (e.g. from /etc/os-release):

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Tomclicommented, Oct 9, 2021

@ptitzler new release is over here https://pypi.org/project/kfp-tekton/1.0.1/ you should able to put both kfp==1.7.1 and kfp-tekton==1.0.1 in the same requirements.txt

0reactions
ptitzlercommented, Oct 7, 2021

1.7.1 worked just fine in the past

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pipelines API Reference - Kubeflow
Pipelines API Reference. Reference documentation for the Kubeflow Pipelines API. Kubeflow Pipelines API. Version: 2.0.0-alpha.1.
Read more >
tfx Changelog - PyUp.io
the TfxRunner API. * Add dependency of tensorflow-io to unblock using S3 storage. Breaking Changes For Pipeline Authors * N/A For Component Authors...
Read more >
Changelog — Elyra 3.13.0 documentation
Update pipeline version to 6 and pin versions - #2321 ... Move kfp-tekton dependency to extras - #2043; Update pipeline-editor version to 1.1.0...
Read more >
Tutorial: Introduction to Kubeflow Pipelines - YouTube
Join us for Kubernetes Forums Seoul, Sydney, Bengaluru and Delhi - learn more at kubecon.ioDon't miss KubeCon + CloudNativeCon 2020 events ...
Read more >
Source - GitHub
Changelog ## [2.0.0-alpha.6](https://github.com/kubeflow/pipelines/compare/2.0. ... update kfp-server-api dependencies and bump sdk version to 2.0.0-alpha.1 ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found