Pip package kfp 1.4.1 and kfp-server-api 1.4.0 missing
See original GitHub issueWhile updating some images I noticed a discrepancy with the releases of kfp
and kfp-server-api
on PyPi. kfp
1.4.1 is not available on PyPi but kfp-server-api
1.4.1 is available. In turn kfp
1.4.0 is available and kfp-server-api
1.4.1 is not available. Is this intentional (were kfp 1.4.1 and kfp-server-api 1.4.0 never released) or has something gone wrong with pushing the package?
/cc @Bobgy
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (13 by maintainers)
Top Results From Across the Web
kfp : Kubeflow Pipelines SDK - PyPI
Kubeflow Pipelines is a platform for building and deploying portable, scalable machine learning workflows based on Docker containers within the Kubeflow project ...
Read more >pip unable to find newest package version - Stack Overflow
Open your specific package version page in pypi (e.g. ... In the command line, run: pip install <file_url> .
Read more >Install the Kubeflow Pipelines SDK
You need Python 3.5 or later to use the Kubeflow Pipelines SDK. ... denied: '/usr/local/lib/python3.5/dist-packages/kfp-<version>.dist-info' ...
Read more >5 Powerful Pip Commands to Speed Up Your Development
Do you think installing Python packages is everything pip can do? ... Out a Specific Package; BONUS TIP — Checking for Missing Dependencies ......
Read more >Orbs - circleci/python@2.1.1
Common CircleCI tasks for the Python programming language. ... pip - python/install-packages: args: pytest pkg-manager: pip pypi-cache: ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m now running into a dependency issue when installing the latest
kfserving
package (0.5.1) andkfp
1.4.0:kfp 1.4.0 requires kubernetes<12.0.0,>=8.0.0, but you have kubernetes 12.0.1 which is incompatible
It would be nice to have this solved so the latest packages can be installed in the notebook images.
We’re planning an SDK release this week. Probably have an RC version out mid-week at least.
/cc @chensun