Skip to content

Is there a way to include missing shared libraries into the wheel on linux? #283

@olebedev

Description

@olebedev

Currently the linux wheel of v87.6 doesn't contain the following shared libraries:

  • libGL.so.1
  • libexpat.so.1
  • libz.so.1
  • libstdc++.so.6

Is there a way to include those into the wheel itself?

I've looked at the cibuildwheel module and seems to run the auditwheel repair as a part of the wheel build. However, the libraries I mentioned are not included into the artifact and I don't understand why.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions