Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SkanderBahrini opened this issue May 11, 2023 · 0 comments

Comments

@SkanderBahrini
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant