Support Python 3.7 and 3.8 and kfp 1.0.0
See original GitHub issueHello,
I was only able to install kale with python 3.6.3 and it installed kfp 0.3.0 as a requirement which is quite outdated now.
With Python 3.7.7, there is this dependency conflict:
kfp 0.3.0 requires kfp-server-api<0.4.0,>=0.2.5, but you'll have kfp-server-api 0.1.18.3 which is incompatible
.
With Python 3.8, it is not possible to install it because of the ml-metadata
dependency which isn’t upgraded to support python 3.8 yet.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
kfp - PyPI
kfp : Kubeflow Pipelines SDK Use Kubeflow Pipelines to compose a multi-step workflow (pipeline) as a graph of containerized tasks using Python code...
Read more >Changelog — Elyra 3.13.0 documentation
Update pipeline editor package to 1.5.0 - #2367; Fix runtime property display in pipeline editor UI - #2363; Set default value for kfp...
Read more >Python 3.8 support table for most popular Python packages
This site shows Python 3.8 support for the 360 most downloaded packages on PyPI: 292 green packages (81.1%) support Python 3.8; 68 white...
Read more >Install the Kubeflow Pipelines SDK
This example uses Python 3.7 and an environment name of mlpipeline .: ... If you get this error, install kfp with the --user...
Read more >HPE Ezmeral Runtime Enterprise 5.5 Documentation
... python:3.7 pytorch/torchserve-kfs:0.4.0-gpu pytorch/torchserve-kfs:0.5.3 ... seldonio/alibiexplainer:1.12.0 seldonio/mlserver:1.0.0.rc1-alibi-explain ...
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
ml-metadata v0.24.0 was released 2 days ago with support for python 3.8. https://github.com/google/ml-metadata/releases/tag/v0.24.0
I believe this issue can be closed in that case.