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.

Support Python 3.7 and 3.8 and kfp 1.0.0

See original GitHub issue

Hello,

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:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
DavidSpekcommented, Sep 17, 2020

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

0reactions
DavidSpekcommented, Oct 2, 2020

I believe this issue can be closed in that case.

Read more comments on GitHub >

github_iconTop 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 >

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