From 7e863475d79f63226eb7e93c49e53e9be47db17c Mon Sep 17 00:00:00 2001 From: gunandrose4u <52735340+gunandrose4u@users.noreply.github.com> Date: Wed, 30 Sep 2020 08:23:43 -0700 Subject: [PATCH] Upgrade ReadMe document to guide user to install libuv(1.39) in conda env on Windows platform (#45553) Summary: Fixes #{issue number} Pull Request resolved: https://github.com/pytorch/pytorch/pull/45553 Reviewed By: SciPioneer Differential Revision: D24017246 Pulled By: mrshenli fbshipit-source-id: ec69f864a7acfbdddd60c3d2b442294ec3e34558 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec68e8dfeb8..c6c1138747a 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ On Windows ```bash # Add these packages if torch.distributed is needed. # Distributed package support on Windows is a prototype feature and is subject to changes. -conda install -y -q -c rdonnelly libuv +conda install -c conda-forge libuv=1.39 ``` #### Get the PyTorch Source