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
Hi, Anyone Facing Ssh Issues While Queueing Tasks Into Clearml-Agents Installed In The Server

Hi, anyone facing ssh issues while queueing tasks into clearml-agents installed in the server

  
  
Posted 3 months ago
Votes Newest

Answers 2


git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
error : subprocess-exited-with-error

× git clone --filter=blob:none --quiet 'ssh://****@github.com/fidhahadi/utils.git' /tmp/pip-install-ovvrlqmh/ml-utils did not run successfully.
│ exit code: 128
╰─> See above for output.

note : This error originates from a subprocess, and is likely not a problem with pip.
error : subprocess-exited-with-error
× git clone --filter=blob:none --quiet 'ssh://****@github.com/fidhahadi/utils.git' /tmp/pip-install-ovvrlqmh/ml-utils did not run successfully.
│ exit code: 128
╰─> See above for output.
note : This error originates from a subprocess, and is likely not a problem with pip.
RequirementsManager handler <clearml_agent.helper.package.external_req.ExternalRequirements object at 0x704de336add0> raised exception: Failed installing GIT/HTTPs package ' None '
clearml_agent: ERROR: Could not install task requirements!
Failed installing GIT/HTTPs package ' None '
2025-05-19 22:41:20
Process failed, exit code 1

This is the error part of my log
i am trying to do hyperparameter optimization of my training script using clearml. i have logged the parent task (hpo,py) and corresponding tasks were also created but on enqueuing the task to a queue listening to a clearml agent installed in the server , it is showing the above error.
i have created deploy keys in the repository and also set up ssh config file with the repository details. yet it shows the same error

  
  
Posted 3 months ago

What issues are you facing?

  
  
Posted 3 months ago