-
-
Notifications
You must be signed in to change notification settings - Fork 421
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
Unable to install Pytorch (M1 Mac prerelease) #1093
Labels
🐛 bug
Something isn't working
Milestone
Comments
Also tried
Same result. Also, why does pdm add the dependency to |
The source is of find_links type, you need to specify that [[tool.pdm.source]]
url = "https://download.pytorch.org/whl/nightly/cpu"
verify_ssl = true
name = "internal"
type = "find_links" Update: This suggestion turned out to be wrong. The url is not a find_links type |
any updates? two questions: what should the source section look like and how to add a version specifier to such packages? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
Actual behavior
Pytorch isn't installed, pdm does not find a compatible distribution.
Set up clean pdm project, add Pytorch nightly as extra source, add Pytorch prerelease to project on an M1 Mac.
Expected behavior
Pytorch is installed.
Environment Information
The text was updated successfully, but these errors were encountered: