-
Notifications
You must be signed in to change notification settings - Fork 20
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
Package version above 14.1.0 does not install binaries #7
Comments
The manylinux version currently being used by cibuildwheel is based on CentOS 7. The github action to build the wheel uses the "apt" version of Linux. The easiest fix here is to replace The downside here is that |
Thanks for looking into this. It reads like it is a problem when creating the package? If it is a problem when installing, then I'm lost with the explanation/instruction. Can you help me out? |
It basically does come down to a problem with creating the package. I have raised a PR with the required change. The process of building the wheel using cibuildwheel is dependent on using github actions. If you want to get a build for your own requirements (till the PR is approved), here's what you could possibly do -
|
Thanks for explaining, I'm okay with using the somewhat older version. Just wanted to flag the problem and then understand the cause. |
When installing the latest (14.1.2) vesion from pypi.org the bin directory (python3.8/site-packages/postgresql/bin) remains empty. The same happens for 14.1.1. When installing 14.1.0 the bin directory is populated. Am I missing how to install or did something go wrong with packaging.
I'm using Python 3.8.13 on Linux
The text was updated successfully, but these errors were encountered: