Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Python packages uploaded to Pypi do not include source distribution which causes pip --no-binary to fail #849

@bshibs

Description

@bshibs

Describe your environment. OSX (though I believe this issue is OS-independent)

Steps to reproduce.

$ pipenv run pip --version
pip 19.3.1 from /.../virtualenvs/bsmining-_shFK90Q/lib/python3.7/site-packages/pip (python 3.7)

$ pip download --dest=/tmp --no-binary=:all: opencensus-context==0.1.1
ERROR: Could not find a version that satisfies the requirement opencensus-context==0.1.1 (from versions: none)
ERROR: No matching distribution found for opencensus-context==0.1.1

What is the expected behavior?
Successful download of the package.

What is the actual behavior?
See above

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions