AroneyS / binchicken

Bin Chicken - recovery of low abundance and taxonomically targeted metagenome assembled genomes (MAGs) through strategic coassembly
https://aroneys.github.io/binchicken/
GNU General Public License v3.0
13 stars 0 forks source link

Core dump or Illegal instruction error #141

Open linsalrob opened 1 month ago

linsalrob commented 1 month ago

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 1 month ago

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]
``