pybars3
pybars3 copied to clipboard
There is no built distribution
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?
In order to solve this issue (my usecase: use pybars in pyodide) I've created a fork that publishes a wheel in PyPI: https://pypi.org/project/pybars3-wheel/
See https://github.com/RepoLab/pybars3-wheel/commit/4c01bfd11a1aeb35f07531c67f2529516f872e58