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
Hi

Hi I have one task, when I run it locally and remotely It's working fine, but when I run in pipeline, it's giving me no module name clearml, rest all packages are getting installed.I am not sure what causing this issue.

  
  
Posted one year ago
Votes Newest

Answers 9


.I am using pipeline from tasks method and not pipeline from decorator.

Wait I'm confused nowm if this is a pipeline from Tasks then the Tasks themselves should have clearml in the "installed packages", no? and if they do not, how were they created?

  
  
Posted one year ago

(also could you make sure all posts regrading the same question are put in the thread of the first post to the channel?)

  
  
Posted one year ago

I am able to run the tasks individually and when executed remotely, its working fine. One time it ran but I am not sure, what just happened next time and what is happening underneath.

  
  
Posted one year ago

what just happened next time and what is happening underneath.

Not sure I follow, is there still an issue ?

  
  
Posted one year ago

Yes @<1523701205467926528:profile|AgitatedDove14>

  
  
Posted one year ago

Wait so how come the "clearml" package is not installed ? can you provide the full log?

  
  
Posted one year ago

Hi @<1539780284646428672:profile|PoisedElephant79>

it's giving me no module name clearml

I'm assuming no clearml inside one og the pipeline components ? make sure you have all the imports inside the pipeline component function, like in this example:
None

  
  
Posted one year ago

Hey @<1523701205467926528:profile|AgitatedDove14> Thanks for the reply.I am using pipeline from tasks method and not pipeline from decorator.

  
  
Posted one year ago

yes they have

  
  
Posted one year ago
825 Views
9 Answers
one year ago
one year ago
Tags