Script i am running is hello.py with code "from clearml import Task
task = Task.init(project_name="mlops", task_name="Say Hellow")
task.execute_remotely(queue_name="P2000")
print("Hello")" console output " clearml-session --jupyter-lab true --queue P2000 --base-task-id=515159dab92d4baabcb6b3647263a144
clearml-session - CLI for launching JupyterLab / VSCode on a remote machine
Verifying credentials
Use previous queue (resource) 'P2000' [Y]/n? Y
Interactive session config:
{
"base_task_id": "515159dab92d4baabcb6b3647263a144",
"git_credentials": false,
"jupyter_lab": true,
"keepalive": false,
"password": "************",
"queue": "P2000",
"remote_ssh_port": "22",
"username": "mlopsadmin",
"vscode_server": true
}
Launch interactive session [Y]/n? Y
Removing stale interactive sessions
Cloning base session 515159dab92d4baabcb6b3647263a144
Configuring new session
New session created [id=0e9cd1cdbba44fad87e7742a7e25af8f]
Waiting for remote machine allocation [id=0e9cd1cdbba44fad87e7742a7e25af8f]
.Status [queued]
..Status [in_progress] - queued pulled by agent
Remote machine allocated
Setting remote environment [Task id=0e9cd1cdbba44fad87e7742a7e25af8f]
Setup process details: None
Waiting for environment setup to complete [usually about 20-30 seconds, see last log line/s below]
task 0e9cd1cdbba44fad87e7742a7e25af8f pulled from a3039785e5d54587a36a4af3e310bf73 by worker
WORKER:gpu0
- urllib3==2.0.2
Environment setup completed successfully
Starting Task Execution:
ClearML results page: None
HelloProcess completed successfully
ERROR: Remote setup failed (status=completed) see details: None " and task logs attached.