-
Notifications
You must be signed in to change notification settings - Fork 27.6k
PyTorch 1.13 cannot be installed using poetry on Mac M1 #88049
Copy link
Copy link
Closed
DiffEqML/torchdyn
#175Labels
module: binariesAnything related to official binaries that we release to usersAnything related to official binaries that we release to usersmodule: regressionIt used to work, and now it doesn'tIt used to work, and now it doesn'ttriagedThis 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
Milestone
Metadata
Metadata
Assignees
Labels
module: binariesAnything related to official binaries that we release to usersAnything related to official binaries that we release to usersmodule: regressionIt used to work, and now it doesn'tIt used to work, and now it doesn'ttriagedThis 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
🐛 Describe the bug
This is an installation issue.
Poetry parses the endpoint at
https://pypi.org/pypi/torch/1.13/jsonto get dependency metadata. The endpoint returns:However, the packages
nvidia-cuda-runtime-cu11,nvidia-cudnn-cu11,nvidia-cuda-nvrtc-cu11, andnvidia-cuda-nvrtc-cu11do not exist for M1, andpoetry updatefails withThis is specific to v1.13. This problem did not exist in v1.12.1
Versions
This probably isn't relevant until after it's installed, but I get:
cc @ezyang @seemethere @malfet