Hi SuccessfulKoala55 I am trying to switch to poetry
I believe this will solve my problems. I will come back if not.
GrievingDeer61 just to make sure I understand - do you have a requirements.txt file in your code-base and the agent does not install it?
Thank you CostlyOstrich36 I use pipenv
in my package and the dependencies are not being detected automatically. I see what you propose but I don’t want to add the requirements.txt
for every task.
Maybe the workflow I am using is not a good one…
Hi GrievingDeer61 ,
The packages are automatically detected during the run and used by the worker. You can force the worker to use the requirements file with the following method:
https://clear.ml/docs/latest/docs/references/sdk/task#taskadd_requirements
Tell me if this helps 🙂