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 4 months ago
Votes Newest

Answers 9


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 4 months ago

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

  
  
Posted 4 months ago

what just happened next time and what is happening underneath.

Not sure I follow, is there still an issue ?

  
  
Posted 4 months 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 4 months ago

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

  
  
Posted 4 months ago

yes they have

  
  
Posted 4 months ago

.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 4 months ago

Yes @<1523701205467926528:profile|AgitatedDove14>

  
  
Posted 4 months 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 4 months ago
135 Views
9 Answers
4 months ago
4 months ago
Tags