Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no built distribution #83

Open
jeffknaide-vt opened this issue Dec 12, 2023 · 1 comment
Open

There is no built distribution #83

jeffknaide-vt opened this issue Dec 12, 2023 · 1 comment

Comments

@jeffknaide-vt
Copy link

jeffknaide-vt commented Dec 12, 2023

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?

@simontaurus
Copy link

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 RepoLab@4c01bfd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants