Core dump or Illegal instruction error
Opened this issue · 1 comments
linsalrob commented
If you install binchicken
using mamba
and get either a core dump
or Illegal Instruction
error, it maybe because of an old machine trying to run the wrong version of polars-lts
library.
Try updaing this with the CPU version:
pip install --user --no-cache-dir polars-lts-cpu
linsalrob commented
By the way, the error reported in the syslog
is:
Sep 09 02:01:38 ws-1 kernel: traps: binchicken[4272] trap invalid opcode ip:7faf0e679562 sp:7ffc8be1a4c0 error:0 in polars.abi3.so[7faf0aeb9000+3be5000]
``