conda install installs PyTorch even if already present
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 17.9k
- Forks
- 7.3k
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 13
Description
Running conda install torchvision -c pytorch results in PyTorch 0.4.1-py36_py35_py27__9.0.176_7.1.2_2 being installed for me, although I have a newer version compiled from source installed.
The requirements should be configured in a way that newer PyTorch versions are also accepted.
At a minimum, a note should be added to the Readme to install PyTorch after installing torchvision.
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
Inspect torchvision's dependency metadata and the README, then reproduce the reported conda install torchvision -c pytorch behavior with an existing newer PyTorch installation. Done means the install no longer replaces or requires an older PyTorch version, or the README clearly documents installing PyTorch afterward.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- anaconda, python, pytorch
- Domain
- build-system, computer-vision, machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100