-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
module: buildBuild system issuesBuild system issuesmodule: windowsWindows support for PyTorchWindows support for PyTorchtriagedThis 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
Hi,
Just a quick question, why the project does not seem to support the development on Windows?
- I had many difficulties installing the tools required for CUDA development, forcing me to skip using a GPU during development.
- The CI failed on few of my pull requests due to linting but linting on Windows is near impossible:
- There is not public
lintrunner
wheel on Pypi for Windows amd64. - The CLANGFORMAT fails because no Windows configuration is provided in
tools/linter/adapters/s3_init_config.json
.
I don't know if that could be of any help butclang-format
andclang-tidy
at least are available as python wheels from pypi.
- There is not public
There is a reason for sure, could you communicate on it?
I tried my best to fill the gaps but my understanding of the PyTorch repo is not enough. For tools/linter/adapters/s3_init_config.json
I don't really know what I am supposed to do. In the meantime, I'll move to linux or a dev-container.
Many thanks!
Versions
main
cc @malfet @seemethere @peterjc123 @mszhanyi @skyline75489 @nbcsm @iremyux @Blackhex
Metadata
Metadata
Assignees
Labels
module: buildBuild system issuesBuild system issuesmodule: windowsWindows support for PyTorchWindows support for PyTorchtriagedThis 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
Done