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
Im Trying To Run This Exmple :

Im trying to run this exmple : https://clear.ml/docs/latest/docs/guides/pipeline/pipeline_controller

But getting 'Could not find queue named "services",
What is the problem?

Thanks!

  
  
Posted one year ago
Votes Newest

Answers 29


You'll need to assign an agent to run on the queue, something like this: 'clearml-agent daemon -- foreground --queue services'

  
  
Posted one year ago

SparklingElephant70 , Hi ๐Ÿ™‚
Please create a queue in the system called 'services' and run an agent against that queue

  
  
Posted one year ago

But you said that pipeline demo is stuck. Which task is the agent running?

  
  
Posted one year ago

I need to change to pipe.set_default_execution_queue('services')?
or leave it defult?

  
  
Posted one year ago

Hey,
Thanks!
The pipline demo is running but the first step stack on 'Pending'

  
  
Posted one year ago

CostlyOstrich36

  
  
Posted one year ago

CostlyOstrich36
The pipline demo is still stack on running,
The first step still on pending, and belong to services queue

  
  
Posted one year ago

Pending means it is enqueued. Check to which queue it belongs by looking at the info tab after clicking on the task :)

  
  
Posted one year ago

Haa,
How can I change it?
The pipline is on services
and the first task on defult

  
  
Posted one year ago

Nop, still the first stage stack on pending ๐Ÿ˜ž

  
  
Posted one year ago

I'm not sure, check to which queue the steps are queued to

  
  
Posted one year ago

CostlyOstrich36

  
  
Posted one year ago

CostlyOstrich36

  
  
Posted one year ago

Get stuck on:

Collecting pip<20.2
Using cached pip-20.1.1-py2.py3-none-any.whl (1.5 MB)
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 21.3.1
Uninstalling pip-21.3.1:
Successfully uninstalled pip-21.3.1
Successfully installed pip-20.1.1
Collecting Cython
Using cached Cython-0.29.24-cp38-cp38-win_amd64.whl (1.7 MB)
Installing collected packages: Cython
Successfully installed Cython-0.29.24
Collecting boto3==1.19.9
Using cached boto3-1.19.9-py3-none-any.whl (131 kB)
Collecting clearml==1.1.3
Using cached clearml-1.1.3-py2.py3-none-any.whl (1.1 MB)
Collecting s3transfer<0.6.0,>=0.5.0
Using cached s3transfer-0.5.0-py3-none-any.whl (79 kB)
Collecting jmespath<1.0.0,>=0.7.1
Using cached jmespath-0.10.0-py2.py3-none-any.whl (24 kB)
Collecting botocore<1.23.0,>=1.22.9
Using cached botocore-1.22.12-py3-none-any.whl (8.1 MB)

CostlyOstrich36 SuccessfulKoala55

  
  
Posted one year ago

SuccessfulKoala55
The pipline demo is still stack on running,
The first step still on pending, and belong to services queue

  
  
Posted one year ago

No, Its stuck here:
Collecting botocore<1.23.0,>=1.22.9
ย ย Using cached botocore-1.22.12-py3-none-any.whl (8.1 MB)

  
  
Posted one year ago

It looks as it is running, did the status of the experiment change?

  
  
Posted one year ago

By clearml-agent daemon -- foreground --queue services

  
  
Posted one year ago

SuccessfulKoala55

  
  
Posted one year ago

CostlyOstrich36

  
  
Posted one year ago

SparklingElephant70 , a full log would be the best. It can be downloaded from the webapp ๐Ÿ™‚

  
  
Posted one year ago

I'm not quite sure I understand. Is this from the clearml-agent?

  
  
Posted one year ago

Hi CostlyOstrich36 ,
We got this.
Thanks

  
  
Posted one year ago

CostlyOstrich36
Stuck on pipline demo

  
  
Posted one year ago

Can you please provide a shareable link?

  
  
Posted one year ago

CostlyOstrich36

  
  
Posted one year ago

Yes

  
  
Posted one year ago

SparklingElephant70 did you run a ClearML Agent for that queue?

  
  
Posted one year ago

Yes

  
  
Posted one year ago