Hi 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 UpsetWalrus59
you should call it before initializing the Task
Task.ignore_requirements("pywin32")
task = Task.init(...)