Pip install rpi.gpio fail

Finally found a workaround…
Seems to be an issue with gcc10

but

CFLAGS="-fcommon" pip install rpi.gpio

works.

Thanks
Jerome

1 Like