-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Open
Labels
module: docsRelated to our documentation, both in docs/ and docblocksRelated to our documentation, both in docs/ and docblocksmodule: windowsWindows support for PyTorchWindows support for PyTorchtopic: docstopic categorytopic categorytriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Description
🐛 Describe the bug
The Windows build recipe requires the following steps when building PyTorch:
conda install -c conda-forge libuv=1.39
This would throw the following error:
>conda install -c conda-forge libuv=1.39 -y
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- libuv=1.39
Current channels:
- https://conda.anaconda.org/conda-forge
Actually, there is no need to install libuv individually. It is offered as a dependency of cmake already:
> conda install cmake
Channels:
- conda-forge
Platform: win-64
## Package Plan ##
environment location: C:\Users\sdp\miniforge3\envs\pt
added / updated specs:
- cmake
The following NEW packages will be INSTALLED:
cmake conda-forge/win-64::cmake-3.31.6-hff78f93_0
...
libuv conda-forge/win-64::libuv-1.50.0-h2466b09_0
zstd conda-forge/win-64::zstd-1.5.7-hbeecb71_1
Versions
cc @peterjc123 @mszhanyi @skyline75489 @nbcsm @iremyux @Blackhex @svekars @sekyondaMeta @AlannaBurke
Metadata
Metadata
Assignees
Labels
module: docsRelated to our documentation, both in docs/ and docblocksRelated to our documentation, both in docs/ and docblocksmodule: windowsWindows support for PyTorchWindows support for PyTorchtopic: docstopic categorytopic categorytriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Type
Projects
Status
Blocked