我正在Jupyter NB中运行下面的Kubeflow管道示例。在def gh_summ()部分,它给了我一条错误消息:“模块'kfp.dsl‘没有属性'RUN_ID_PLACEHOLDER'”。有什么建议吗?谢谢!
Kubeflow管道Jupyter nb:
需要先下载`
curl -O https://raw.githubusercontent.com/kubeflow/examples/master/github_issue_summarization/pipelines/example_pipelines/pipelines-notebook.ipynb`发布于 2020-06-20 07:31:23
您可能安装了一个非常旧的SDK包。尝试运行python3 -m pip install --upgrade kfp --user
https://stackoverflow.com/questions/62270311
复制相似问题