Source packages not published to PyPI
Open
@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:
- Use Python 3.9
- 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
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.
Assessment
This issue has not been assessed yet.