Comment by ge96

1 day ago

Funny I'm working with intel 686 right now brutal to get stuff to build eg. rust/cargo related (missing deps but mostly the hardware, slow). Recently trying to fix this maturin problem I ran into. But it is cool the backwards compatibility of python 3.11 to 32bit with debian 12

The CPU I'm working with is Celeron M 900MHz single core no HT struggling to build wheels for python (several hours)

It's great Python is/was well supported on i686. Node on the other hand almost immediately started requiring SSE2 even in the earliest versions. Have not found success with Node + Pentium III yet, maybe need to build an earlier version myself.

  • I got it to work on Intel 270 but that has HT and 1.6GHz still slow (hours to build wheels) specifically temporalio and cryptography.

    Yeah node is usually my go to love JS