Skip to content

Illegal instruction on import on raspberry pi after pip install  #60

@olivierdalang

Description

@olivierdalang

Hi !

Python crashes on import cec on my freshly installed raspberry pi zero on raspbian, with the library installed through pip.

Here are the steps to reproduce.

System: Raspbian GNU/Linux 11 (bullseye)
Model: Raspberry Pi Zero W Rev 1.1

$ sudo apt-get install libcec-dev build-essential python3-dev python3-pip
...

$ pip install cec
...

$ python -c "import cec"
Illegal instruction
# exit code 132

Note that it seems to work when built locally.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions