Unanswered
Hi, Trying To Spin Up A Clearml Agent And Gettting This Error:
In the installed packages section it includes
pywin32 == 303
even though that is not in my requirements.txt.
So for some reason it is being detected (meaning your code base actually imports it in code)
But you can just remove it, either by manually editing the cloned Task (right click, reset, then you can edit the section), or via codeTask.ignore_requirements("pywin32") task = Task.init(...)
143 Views
0
Answers
2 years ago
one year ago