You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using DDPStrategy with windows, the training fails and complains about that PyTorch is not built with libuv. While, I agree that this is not a main issue of PyTorch-lightning, I see the need that the parameters that could be used to set the old TCPStore should exposed to the users.
return TCPStore(
RuntimeError: use_libuv was requested but PyTorch was build without libuv support
Environment
Current environment
#- PyTorch Lightning Version (e.g., 2.4.0):
#- PyTorch Version (e.g., 2.4):
#- Python version (e.g., 3.12):
#- OS (e.g., Linux):
#- CUDA/cuDNN version:
#- GPU models and configuration:
#- How you installed Lightning(`conda`, `pip`, source):
Bug description
When using DDPStrategy with windows, the training fails and complains about that PyTorch is not built with libuv. While, I agree that this is not a main issue of PyTorch-lightning, I see the need that the parameters that could be used to set the old TCPStore should exposed to the users.
This is only affecting PyTorch 2.4.0 due to https://pytorch.org/tutorials/intermediate/TCPStore_libuv_backend.html
What version are you seeing the problem on?
v2.4
How to reproduce the bug
Error messages and logs
Environment
Current environment
More info
Issue affecting for example CI runs in pytorch-forecasting: sktime/pytorch-forecasting#1623
The text was updated successfully, but these errors were encountered: