You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
If you install
binchicken
usingmamba
and get either acore dump
orIllegal Instruction
error, it maybe because of an old machine trying to run the wrong version ofpolars-lts
library.Try updaing this with the CPU version:
The text was updated successfully, but these errors were encountered: