when install torchvision, conda can not install latest version, only version 0.2.2 can be installed
Nobody has claimed this yet.
- 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

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