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

linux wheel files are not posted to PyPi since 0.22.0 #186

Closed
ampz9 opened this issue Dec 17, 2024 · 4 comments
Closed

linux wheel files are not posted to PyPi since 0.22.0 #186

ampz9 opened this issue Dec 17, 2024 · 4 comments

Comments

@ampz9
Copy link

ampz9 commented Dec 17, 2024

similarly to this build: https://github.com/christoph2/pyxcp/actions/runs/12271561733/job/34238655559#step:5:465 since version 0.22.0 linux wheel files have not been posted to PyPi.

Some change in the cmake build file in 0.22.0 broke the Linux builds.

Is this in the roadmap to fix and post wheels for linux again to PyPi? Thanks!

@christoph2
Copy link
Owner

No, the build process is not broken; the static Python library necessary to link C/C++ extensions is not available and
apt install libpython3-dev does not work as expected.

@ampz9
Copy link
Author

ampz9 commented Jan 6, 2025

is there a plan to post the Linux wheel files to PyPi?

@pierreluctg
Copy link
Contributor

Building in manylinux images is broken.

  1. Because
    find_package(Python3 COMPONENTS Interpreter Development)
    currently search for artifacts for Python 3 module and embedding developments. This is fixed by Do no require artifacts for Python 3 embedding developments #190.
  2. Because this project cannot build on manylinux2014 (GCC 10). This is fixed by Build on manylinux_2_28 #191.

@ampz9
Copy link
Author

ampz9 commented Jan 8, 2025

Thanks @pierreluctg ... I'm closing this defect as resolved

@ampz9 ampz9 closed this as completed Jan 8, 2025
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

3 participants