question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

clearml-task looking for requirements.txt file

See original GitHub issue

Attempting to create a template from a task, I use the clearml-task CLI tool when my intention is only to create a template and not actually run it so I can later execute it in a pipeline.

When executing the command clearml-task --script ....py --name "..." --project "..." I get the following error

ClearML launch - launch any codebase on remote machine running clearml-agent
Creating new task

Error: requirements.txt not found [/home/elior/Dev/Projects/XXXXX/requirements.txt] Use --requirements or --packages

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
bmartinncommented, Sep 9, 2021

RC should be out tomorrow (I think), and a few days later full release (v1.1)

1reaction
eliorccommented, Sep 5, 2021

Hi @eliorc I believe a fix was just pushed to the main branch, could you verify it solved the issue ?

Verified, works 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

ClearML Task
clearml -task automatically finds the requirements.txt file in remote repositories. If a local script requires certain packages, or the remote repository ...
Read more >
ClearML Remote execution does not use requirements.txt
I use the code below to do this. But worker will always create a new env, although I set it to use my...
Read more >
clearml-agent - PyPI
Note: The ClearML Agent uses a cache folder to cache pip packages, apt packages and cloned ... See full details in your configuration...
Read more >
clearml-session - Python Package Health Analysis | Snyk
Looks like clearml-session is missing a security policy. ... examples: --packages torch==1.7 tqdm --requirements REQUIREMENTS Specify requirements.txt file ...
Read more >
Train Custom Data - YOLOv5 Documentation - Ultralytics
but ClearML also tracks uncommitted changes and installed packages for example. Thanks to that ClearML Tasks (which is what we call experiments) are...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found