pytorch / pytorch/pytorch.github.io

Index url returns

Open
#1,448 1 comment 0 reactions 0 assignees View on GitHub

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):

  1. Go to https://download.pytorch.org/whl/torchmetrics/
  2. Click on torchmetrics-1.0.3-py3-none-any.whl
  3. See error

Expected behavior

The Wheel should start downloading.

Screenshots

image

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.