-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
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
Labels
No labels