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