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 Everyone, I Am Trying Out Pipeline With Functions. I Have A Requirements.Txt In My Folder Root. When I Run My Pipeline, The Pipeline Started Successfully But When It Starts Executing The First Task, It Fails. Error Saying Clearml Not Found. Logs Show T

Hi Everyone, I am trying out pipeline with functions. I have a requirements.txt in my folder root. When I run my pipeline, the pipeline started successfully but when it starts executing the first task, it fails. Error saying clearml not found. Logs show that env is prepared using requirements.txt, but non of the packages defined there were installed.

Any idea what's wrong? I tried defined packages=./requirements.txt too, but is still not working.

  
  
Posted one year ago
Votes Newest

Answers 6


@<1523701304709353472:profile|OddShrimp85> I believe you need to set the repo argument to point to your repository

  
  
Posted one year ago

Do u have an example of how I can define the packages to be installed for every steps of the pipeline?

  
  
Posted one year ago

OK I will send here shortly.

  
  
Posted one year ago

@<1523701304709353472:profile|OddShrimp85> The way to do it is using the packages argument. Maybe clearml couldn't file the requirements file. What does os.path.exists('./requirements.txt') return?

  
  
Posted one year ago

It return false. Just to share abit more, I have the requirements.txt in gitlab with my codes and are in folders. Do I need to provide a gitlab path?

  
  
Posted one year ago

Hi @<1523701304709353472:profile|OddShrimp85> ! Can you please share the logs (make sure to remove any sensitive data, if it exists)

  
  
Posted one year ago