pybars3 icon indicating copy to clipboard operation
pybars3 copied to clipboard

There is no built distribution

Open jeffknaide-vt opened this issue 2 years ago • 1 comments

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?

jeffknaide-vt avatar Dec 12 '23 17:12 jeffknaide-vt

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

simontaurus avatar Oct 27 '24 04:10 simontaurus