Skip to content

There is no built distribution #83

@jeffknaide-vt

Description

@jeffknaide-vt

When installing dependencies for a project using something like:

pip install --platform manylinux2014_x86_64 --only-binary=:all: pybars3

we encounter the following error:

ERROR: Could not find a version that satisfies the requirement pybars3==0.9.7 (from versions: none)
ERROR: No matching distribution found for pybars3==0.9.7

This depends on there being a built distribution, which pybars3 does not have. This is the recommended installation pattern for AWS lambda applications (here).

Can you publish a built distribution?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions