You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: