Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hello, I Always Got A "Modulenotfounderror: No Module Named..." Error When I Run A Pipeline And Import A Local .Py File. I'M Using Decorator Pipeline, How Can I Import That Local .Py Files? My Pipeline Code And That .Py Files I Wanted To Import Already In

Hello, I always got a "ModuleNotFoundError: No module named..." error when I run a pipeline and import a local .py file. I'm using decorator pipeline, how can I import that local .py files? My pipeline code and that .py files I wanted to import already in the same git repo.

  
  
Posted one year ago
Votes Newest

Answers 9


Hi TimelyPenguin76 I specify the repo for each step by using the 'repo' arguments from PipelineDecorator.component.
Here is my reference
https://clear.ml/docs/latest/docs/pipelines/pipelines_sdk_function_decorators#arguments-1

  
  
Posted one year ago

I was referring to the SDK python package (ClearML) and ClearML-Agent

  
  
Posted one year ago

Hi MoodyCentipede68 , do you have the repo as part of the https://clear.ml/docs/latest/docs/references/sdk/automation_controller_pipelinecontroller#pipelinedecoratorcomponent ? you can specify for each step which repo to use

  
  
Posted one year ago

Hi MoodyCentipede68 ,

What versions of ClearML & Agent are you using?

  
  
Posted one year ago

Hi CostlyOstrich36 here is my clearML version

  
  
Posted one year ago

CostlyOstrich36 Where can I check the SDK python package and CLearML-Agent?

  
  
Posted one year ago

pip freeze | grep clearml

  
  
Posted one year ago

Well I'm using clearml==1.4.1 I think

  
  
Posted one year ago

Hi

I specify the repo for each step by using the ‘repo’ arguments from PipelineDecorator.component.
Here is my reference

MoodyCentipede68 do you see the repo under EXECUTION tab?

  
  
Posted one year ago