Unable to install via pip on Arch Linux ARM (Raspberry Pi 4)
A Python module to control the GPIO on a Raspberry Pi
Brought to you by:
croston
Hello.
Trying to install the library via pip ('pip install RPi.GPIO') and it fails because of a compilation error.
If anyone knows how to fix it, please give me a hint :)
OS: Arch Linux ARM
Kernel: 5.10.17
Python: 3.9.2
GCC: 10.2.0
Full log: https://pastebin.com/raw/mh9HtX3t
This should be fixed in the latest alpha version. To install:
pip install --pre RPi.GPIO
It works. Thanks!