-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Upgrade ReadMe document to guide user to install libuv(1.39) in conda env on Windows platform #45553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade ReadMe document to guide user to install libuv(1.39) in conda env on Windows platform #45553
Conversation
Update my fork from Pytorch repo
Rebase from pytorch/pytorch master
Rebase latest code from master branch of PyTorch repo
Rebase code
Rebase to latest commits
Rebase to latest commits
Rebase to latest commit
Rebase to latest commits
Rebase to latest commits
Rebase to latest commits
Rebase latest commits
Rebase latest commits
Rebase to latest commits
Rebase latest commits
💊 CI failures summary and remediationsAs of commit dba034a (more details on the Dr. CI page): ✅ None of the CI failures appear to be your fault 💚
❄️ 1 failure tentatively classified as flakybut reruns have not yet been triggered to confirm:
|
| # 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looking at anaconda cloud, conda-forge channel does not have libuv 1.39 for windows, but anaconda channel does. Or did I miss anything?
https://anaconda.org/conda-forge/libuv/files
https://anaconda.org/anaconda/libuv/files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check with @gunandrose4u offline. Looks like conda-forge would also query anaconda channel.
facebook-github-bot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mrshenli has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Summary: Pin the libuv versoin to v1.39 for Windows platform. Pull Request resolved: pytorch#45553 Reviewed By: SciPioneer Differential Revision: D24017246 Pulled By: mrshenli fbshipit-source-id: ec69f864a7acfbdddd60c3d2b442294ec3e34558
Summary: Pin the libuv versoin to v1.39 for Windows platform. Pull Request resolved: #45553 Reviewed By: SciPioneer Differential Revision: D24017246 Pulled By: mrshenli fbshipit-source-id: ec69f864a7acfbdddd60c3d2b442294ec3e34558 Co-authored-by: gunandrose4u <52735340+gunandrose4u@users.noreply.github.com>
Fixes #{issue number}