I am receiving the following warning when running ...
# general
b
I am receiving the following warning when running on Windows WSL: "[WARN] Executor shutdown took unexpectedly long: tasks were likely leaked!" Everything seems to be functioning, but it may be somewhat slow. Is there anything I can do about it?
h
I'm not familiar with this error. Is your code in a linux filesystem or a Windows native one?
b
On the linux filesystem.
h
So that should basically work
So I don't know why you'd be getting that error, TBH
b
Hi @brave-hair-402! I'm getting this error in our CI pipeline. I'm wondering if it is related to the fact that my installed_wheels (most importantly, torch) are not cleaned up (cf my recent thread https://pantsbuild.slack.com/archives/C046T6T9U/p1681276057778189 ). Have you solved your problem? Could you check whether you also have the duplication problem? Like (for me) having both
torch-1.13.1+cu116-cp310-cp310-linux_x86_64.whl
and
torch-1.13.1+cu116-cp310-cp310-linux_x86_64.whl.02fbecd3a0174b3e8a74317bb7be5918
inside
$HOME/.cache/pants/named_caches/pex_root/installed_wheels/51d5870cdf05b6208b1c739fe0ba511b977eca37f9507829675596acc11b6ca4/
. If we both have both issues, that may help to understand the root cause.