Closed richard-scott closed 2 years ago
Closing as not 100% sure it's not my setup, as rolling back to 1.2.2 gives me the same error in Python 3.7.9.
The CI build tools being used don't seem to support this old architecture, hence pre-built wheels are not provided. Compiling locally (i.e. using pip's --no-binary
option) is a viable solution for such old architectures.
I get an "Illegal instruction" error with v1.2.3 on a RPi 1 b (armv6l). This error goes away if I install from source and get pip to compile for me (with --no-binary).
Edit: It only seems to be an issue with Python 3.7 and 3.9. The others are ok: