[pypy-dev] Re: issue with portable python pypy in alpine linux 3.20.3

2024-10-09 Thread CF Bolz-Tereick via pypy-dev
Hi, What PyPy version is this? Where are you getting the PyPy binary from? The official binaries we release are glibc-based, but alpine uses musl, so I guess it's some kind of alpine package? Cheers, CF On 2024-10-08 17:08, Ophir, Avishay via pypy-dev wrote: Hey, We are getting the following

[pypy-dev] Re: issue with portable python pypy in alpine linux 3.20.3

2024-10-09 Thread Dima Tisnek via pypy-dev
Other projects have ran into this before, see e.g. https://github.com/sparklemotion/sqlite3-ruby/issues/434 https://github.com/rust-lang/rust/issues/111285 On Wed, Oct 9, 2024 at 1:28 AM Ophir, Avishay via pypy-dev < pypy-dev@python.org> wrote: > Hey, > > We are getting the following error when