manylinux
manylinux copied to clipboard
Python wheels that work on any linux (almost)
I am not sure whether this should be considered a bug of `pip`, `manylinux` or `manylinux-demo`. The TL;DR version is that with the latest `manylinux` image, projects which are based...
Hello, While using the manylinux images, I started getting errors like this during `autoreconf -fiv`: ``` configure.ac:1: error: possibly undefined macro: dnl If this token and others are legitimate, please...
Hello. I am trying to build a [very simple project](https://github.com/frenzymadness/simple-manylinux-demo) based on python-manylinux-demo for all available architectures and I've discovered a problem on ppc64le. The problem is that in a...
Hello, Just received https://github.com/psycopg/psycopg2/issues/912, according to which libcrypt.so.1 was [deprecated on Fedora 30](https://fedoraproject.org/wiki/Changes/Replace_glibc_libcrypt_with_libxcrypt). This sounds like manylinux wheel packages (both 1 and 2010) are incompatible with the platform. Is there...
I saw https://github.com/pypa/python-manylinux-demo which is neat. But it would also be nice to have instructions that I can simply run on my computer to create the wheels. Something like: Step...
Hi, I'm currently getting timeouts or errors when running `docker pull quay.io/pypa/manylinux1_x86_64:latest` or accessing https://quay.io/repository/pypa/manylinux1_x86_64 Is there a mirror somewhere ? Thanks !
@ionelmc was asking in `#pypa` whether anyone actually uses 32-bit linux, so I ran some [queries](https://langui.sh/2016/12/09/data-driven-decisions/), and it looks like currently the answer is: * numpy: 99.5% of manylinux downloads...
When compiling Python >= 3.5.3 and >= 3.6.0, we see the following warning: ``` + ./configure --prefix=/opt/_internal/cpython-3.5.3 --disable-shared configure: WARNING: linux/random.h: present but cannot be compiled configure: WARNING: linux/random.h: check...
Binary objects built on a CPython that's built with Pydebug (`--with-pydebug`) are incompatible with objects built on non-pydebug CPythons (this is the `d` in PEP 425 tags). The software I...
I found a bug in pyFAI when compiled on manylinux1. All library built on "manylinux1" was segfaulting on all linux distribution but "manylinux1". The reference to the bug is: https://github.com/silx-kit/pyFAI/issues/649...