【问题标题】:Kubeflow pipeline error "module 'kfp.dsl' has no attribute 'RUN_ID_PLACEHOLDER'"Kubeflow 管道错误“模块‘kfp.dsl’没有属性‘RUN_ID_PLACEHOLDER’”
【发布时间】:2020-06-20 07:31:23
【问题描述】:

我在 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`

【问题讨论】:

    标签: kubeflow kubeflow-pipelines


    【解决方案1】:

    您可能安装了一个非常旧的 SDK 包。 尝试运行 python3 -m pip install --upgrade kfp --user

    【讨论】:

      猜你喜欢
      • 2021-11-07
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-01-29
      • 2021-07-17
      • 2021-09-25
      • 2018-01-21
      • 1970-01-01
      相关资源
      最近更新 更多