wbond / pybars3

Handlebars.js template support for Python 3 and 2
GNU Lesser General Public License v3.0
179 stars 46 forks source link

There is no built distribution #83

Open jeffknaide-vt opened 10 months ago

jeffknaide-vt commented 10 months ago

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?