pytorch / pytorch/pytorch.github.io
Index url returns
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 285
- Forks
- 317
- PR merge metrics
- No merged PRs in 30d
Description
🕋 Website
The link to the wheel for torchmetrics is not allowing the download of said wheel when using pytorch.org as extra-index-url
To Reproduce
Steps to reproduce the behavior (if applicable):
- Go to https://download.pytorch.org/whl/torchmetrics/
- Click on torchmetrics-1.0.3-py3-none-any.whl
- See error
Expected behavior
The Wheel should start downloading.
Screenshots
Desktop (please complete the following information):
- OS: MacOS
- Browser: chrome
- Version: 116.0.5845.140
Additional context
This prevents successful pip install of
torch==1.11.0+cu113
torchvision==0.12.0+cu113
pytorch-lightning==1.8.5
# for torch/cuda
--extra-index-url https://download.pytorch.org/whl/cu113
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by opening https://download.pytorch.org/whl/torchmetrics/ and the linked torchmetrics-1.0.3-py3-none-any.whl URL to reproduce the failed download. Trace how the PyTorch wheel index exposes that link, then verify that the wheel downloads and that the provided pip install command works with the extra index URL.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100