Additional information
When I leave packages argument as default None value and use debug_pipeline to run the pipeline, everything works as expected,
CostlyOstrich36 Sorry, I don’t understand what did you mean when mentioning with same file
CostlyOstrich36 I haven’t tried.
The error above occurs when I trying to build a pipeline with decorator.
I just want to make sure that the file itself is valid first 🙂
Can you please give an example of how you pass the requirements file?
Can you try with full path and not relative?
Great! Let me check if this is by design or an issue 🙂
... @PipelineDecorator.component(parents=['step_1'], packages='../requirements.txt', cache=False, task_type=TaskTypes.data_processing, repo='.') def step_2(): import os ...CostlyOstrich36
GrittyKangaroo27 , does this happen when you run a regular experiment in agent with same file?
Hi CostlyOstrich36 , do you have any update on this issue?