Skip to content

pip installed PyAPSI results in "illegal hardware instruction (core dumped)" for some hardware #13

@LGro

Description

@LGro

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions