gopy icon indicating copy to clipboard operation
gopy copied to clipboard

Enhancement request: enable manylinux builds

Open brosenfi opened this issue 2 years ago • 0 comments

As of this writing I believe gopy does not support manylinux builds due to the fact that it requires libpython (libpython*.so) to be present. Manylinux builds are against static Python (see https://github.com/pypa/manylinux/issues/255 and https://github.com/pypa/manylinux/issues/30 for details). Can gopy be enhanced to build modules against static Python instead of the current libpython setup? I will look into a contribution for this if one of the regular maintainers thinks that it's feasible.

brosenfi avatar Sep 10 '23 01:09 brosenfi