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 2 years ago
Votes Newest

Answers 29


Hi CostlyOstrich36 ,
We got this.
Thanks

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

Can you please provide a shareable link?

  
  
Posted 2 years ago

CostlyOstrich36
Stuck on pipline demo

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

CostlyOstrich36

  
  
Posted 2 years ago

Yes

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

CostlyOstrich36

  
  
Posted 2 years 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 2 years ago

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

  
  
Posted 2 years 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 2 years ago

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

  
  
Posted 2 years ago

SuccessfulKoala55

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

Yes

  
  
Posted 2 years ago

SparklingElephant70 did you run a ClearML Agent for that queue?

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

CostlyOstrich36

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

CostlyOstrich36

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

CostlyOstrich36

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago