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 Everyone, I Currently Have The Following Problem: I Have Rebuilt A Pipeline From The Example And Have Noticed That The Pipeline Is Registered Cleanly On Cearml But Is Not Executed By The Worker. In The Attachment You Can See The Pipeline From The Ex

Hello everyone, I currently have the following problem: I have rebuilt a pipeline from the example and have noticed that the pipeline is registered cleanly on cearml but is not executed by the worker. in the attachment you can see the pipeline from the example taken from github as well as the logs of the worker and pictures of the platform. Thank you in advance for any ideas 🙂
image
image

  
  
Posted 11 months ago
Votes Newest

Answers 33


You added two logs, one with docker the other without. Each stopped on a different step. Is that consistent? What OS is the agent running on? Also what is the command you're using to run the agent?

  
  
Posted 11 months ago

image

  
  
Posted 11 months ago

Ok but where and how can i investigate ? I use the official example.

  
  
Posted 11 months ago

where exactly would you want to set these in the config ?

  
  
Posted 11 months ago

What's the console showing?

  
  
Posted 11 months ago

Then add a screenshot of the info section

  
  
Posted 11 months ago

Check the queue, do you have step 1 enqueued?

  
  
Posted 11 months ago

This is the console log file

  
  
Posted 11 months ago

Are you running a bash terminal in windows?

  
  
Posted 11 months ago

perhaps setting the language for the agent using the

LANG=en_US

env var?

  
  
Posted 11 months ago

Can you try running it native on windows?

  
  
Posted 11 months ago

ok I will try

  
  
Posted 11 months ago

Now native on Windows python 3.12

  
  
Posted 11 months ago

Still not working

  
  
Posted 11 months ago

Hey @<1523701070390366208:profile|CostlyOstrich36> , i have one worker listening ti the default queue, I copied it from the official github None . I asume the pipeline controller is running on the same queue

  
  
Posted 11 months ago

yes sure just give me a second

  
  
Posted 11 months ago

That's not in the ClearML configuration (it's actually not related specifically to ClearML, but to the way Python loads strings) - this should be a Windows Control panel setting (or an env var if you're using WSL)

  
  
Posted 11 months ago

No, under Windows I use Powershell, but this is the integrated WSL terminal

  
  
Posted 11 months ago

export is a linux command, not windows, is what I mean

  
  
Posted 11 months ago

the agent is running on Ubuntu 20.04.5 LTS inside WSL

  
  
Posted 11 months ago

yes multiple times also changed mode from docker to venve mode does not help. the task always stuck in exicution phase.

  
  
Posted 11 months ago

The agent is now running in WSL and therfore correctly set as shown in the printev command
image

  
  
Posted 11 months ago

image
image

  
  
Posted 11 months ago

What windows/processor is on that machine? What version of python are you using?

  
  
Posted 11 months ago

Seems stuck. Can you try restarting the agent? Also how did you run the agent?

  
  
Posted 11 months ago

I think the issue is that the language isn't set correctly

  
  
Posted 11 months ago

@<1774245220934750208:profile|GleamingTiger28> this looks like some non-ascii-character somewhere messing up with Python's UTF8 decoding

  
  
Posted 11 months ago

@<1523701070390366208:profile|CostlyOstrich36> this looks like the same behaviour. None
image

  
  
Posted 11 months ago

Hi @<1774245220934750208:profile|GleamingTiger28> , how many workers do you have listening to the default queue and is the pipeline controller running on the default queue as well?

  
  
Posted 11 months ago

This is the acctual dashboard view
image
image

  
  
Posted 11 months ago
82K Views
33 Answers
11 months ago
11 months ago
Tags