pytorch / pytorch/vision

Source packages not published to PyPI

Open
#2,359 5 comments 5 reactions 1 assignee View on GitHub

@seemethere is already working on this.

Since Jun 29, 2020.

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

Description

🐛 Bug

To Reproduce

Steps to reproduce the behavior:

  1. Use Python 3.9
  2. pip install torchvision==0.6.0

ERROR: Could not find a version that satisfies the requirement torchvision==0.6.0 ... (from versions: 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.2.0, 0.2.1, 0.2.2, 0.2.2.post2, 0.2.2.post3)

Expected behavior

It installs correctly.

Additional context

Because source packages are not being uploaded to PyPI, pip will go back in history until it finds a version with a source package. The solution is to uploaded source packages for all versions (and Python 3.9 wheels --- when it is released).

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.