pytorch / pytorch/vision

when install torchvision, conda can not install latest version, only version 0.2.2 can be installed

Open
#4,273 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

high priority topic: binaries triage review
Dominant language
Python
Stars
17.9k
Forks
7.3k
Avg merge
1d 15h
Merged PRs (30d)
13

Description

🐛 Bug

I used conda to install pytorch in a new environment , it can not install the latest torchvision version 0.10.0, only version 0.2.2 can be installed.
I find some similar issues already closed, but I still don't know how to install latest version
0 2 2

To Reproduce

Steps to reproduce the behavior:

command from official website,
conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c conda-forge

Expected behavior

install the latest version

Environment

  • PyTorch / torchvision Version (e.g., 1.0 / 0.4.0):1.9.0
  • OS (e.g., Linux):windows10
  • How you installed PyTorch / torchvision (conda, pip, source):conda
  • Build command you used (if compiling from source):
  • Python version:3.9
  • CUDA/cuDNN version:11.1

Additional context

Contributor guide

Open the contributing guide

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

Reproduce the reported conda install command in a new Windows 10 environment using Python 3.9, PyTorch 1.9.0, CUDA 11.1, and the pytorch and conda-forge channels. Inspect the available torchvision package versions and dependency constraints; done means the command installs the expected latest version rather than 0.2.2.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, pytorch
Domain
computer-vision, machine-learning
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.