I'm not sure, check to which queue the steps are queued to
SparklingElephant70 , a full log would be the best. It can be downloaded from the webapp ๐
CostlyOstrich36
The pipline demo is still stack on running,
The first step still on pending, and belong to services queue
Haa,
How can I change it?
The pipline is on services
and the first task on defult
It looks as it is running, did the status of the experiment change?
Nop, still the first stage stack on pending ๐
You'll need to assign an agent to run on the queue, something like this: 'clearml-agent daemon -- foreground --queue services'
But you said that pipeline demo is stuck. Which task is the agent running?
Hey,
Thanks!
The pipline demo is running but the first step stack on 'Pending'
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)
SparklingElephant70 did you run a ClearML Agent for that queue?
CostlyOstrich36
Stuck on pipline demo
Hi CostlyOstrich36 ,
We got this.
Thanks
SparklingElephant70 , Hi ๐
Please create a queue in the system called 'services' and run an agent against that queue
I'm not quite sure I understand. Is this from the clearml-agent?
Pending means it is enqueued. Check to which queue it belongs by looking at the info tab after clicking on the task :)
SuccessfulKoala55
The pipline demo is still stack on running,
The first step still on pending, and belong to services queue
By clearml-agent daemon -- foreground --queue services
I need to change to pipe.set_default_execution_queue('services')?
or leave it defult?
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