Hi @<1566596960691949568:profile|UpsetWalrus59>
you should call it before initializing the Task
Task.ignore_requirements("pywin32")
task = Task.init(...)
Hi,
I added in my code
task.ignore_requirements("pywin32")
however this library is still getting added by ClearML to the packages (which causes error on Linux machine).
Why could that be?
Hi @<1566596960691949568:profile|UpsetWalrus59>
you should call it before initializing the Task
Task.ignore_requirements("pywin32")
task = Task.init(...)