This issue seems to occur when the wheel was built on another system.
Steps to reproduce:
- Arch Linux
- CPU: i7 2600
- Conda env with Python 3.8 or 3.10
pip install apsi==0.1.2
- run example from README
Also reproducible with the following Dockerfile:
FROM python:3.9-slim-bullseye
RUN pip install apsi
COPY ./example.py /example.py
RUN python example.py
Since this seems to happen in the same Docker image that it was built in, I suspect the available CPU instructions as the origin.