mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Remove pin on libuv from instructions (#159504)
This package doesn't exist at conda-forge and causes some confusion for users. see https://anaconda.org/conda-forge/libuv/files?version=1.39.0 libuv is quite stable, so the newer versions should be fine. we build with them anyway at conda-forge. see: https://github.com/conda-forge/libuv-feedstock/issues/80 Hopefully this can help future users. Fixes https://github.com/conda-forge/libuv-feedstock/issues/80 Pull Request resolved: https://github.com/pytorch/pytorch/pull/159504 Approved by: https://github.com/seemethere
This commit is contained in:
committed by
PyTorch MergeBot
parent
efc4b460b3
commit
33ec6e3e9a
@ -276,7 +276,7 @@ conda install pkg-config libuv
|
||||
pip install mkl-static mkl-include
|
||||
# Add these packages if torch.distributed is needed.
|
||||
# Distributed package support on Windows is a prototype feature and is subject to changes.
|
||||
conda install -c conda-forge libuv=1.39
|
||||
conda install -c conda-forge libuv
|
||||
```
|
||||
|
||||
#### Install PyTorch
|
||||
|
Reference in New Issue
Block a user