Skip to content

ImportError: cannot import name 'OutputFile' from 'elyra.pipeline.component #3153

Open
@SkanderBahrini

Description

@SkanderBahrini

Hello,
I am currently using Elyra 3.15.0 for a Kubeflow pipeline.
I am trying to display images as output artifacts in the run output section.
I tried to import those packages
from elyra import pipeline
from elyra.pipeline import Pipeline
from elyra.pipeline.component import Component
from elyra.pipeline.component import OutputFile, OutputHTML, OutputText

Nevertheless, when running the pipeline it crashed and in the log, I got the following error
ImportError: cannot import name 'OutputFile' from 'elyra.pipeline.component

Thank you !
Looking forward for your answer

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions