piwheels / packages

Issue tracker for piwheels package issues
https://github.com/piwheels/packages/issues
20 stars 5 forks source link

Package issue: numpy produces "Illegal Instruction" on Raspberry Pi 1 #275

Closed tomflannaghan closed 2 years ago

tomflannaghan commented 2 years ago

Package name

numpy

Package version

1.21.5, 1.22.0, 1.22.1

PyPI URL

https://pypi.org/project/numpy/

piwheels URL

https://www.piwheels.org/project/numpy/

Python version

I am the maintainer

More information

On the Raspberry Pi 1 (Model B) running Raspberry Pi OS (bullseye), importing numpy produces an "Illegal instruction" error.

$ python3 -c 'import numpy'
Illegal instruction

I've tried versions 1.22.1, 1.22.0 and 1.21.5 - all produce this error. Numpy works as expected for version 1.21.4.

Here's the uname info: Linux raspberrypi 5.10.63+ #1459 Wed Oct 6 16:40:27 BST 2021 armv6l GNU/Linux

michaeltoohig commented 2 years ago

I had this issue also but I mentioned this in #269 with PIL and a couple other packages.

bennuttall commented 2 years ago

This issue has been identified and we hope to fix asap. Follow in #276

bennuttall commented 2 years ago

The wheels have been rebuilt and this issue should now be resolved

tomflannaghan commented 2 years ago

Thank you!