facebookresearch / facebookresearch/perception_models

[documentation] Could not find a version that satisfies the requirement torch==2.5.1 under download.pytorch.org/whl/cu124

Open
#110 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
2.4k
Forks
162
PR merge metrics
No merged PRs in 30d

Description

Hi. I try to install your package as per instructions (I'm on OS X), and at the first step I stumble with

```bash
❯ pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu124
Looking in indexes: https://download.pytorch.org/whl/cu124
ERROR: Could not find a version that satisfies the requirement torch==2.5.1 (from versions: none)
ERROR: No matching distribution found for torch==2.5.1
```

torch==2.5.1 is available elsewhere, but not under torch==2.5.1.

```bash
❯ pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1
```

works

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.