HermesLedControl icon indicating copy to clipboard operation
HermesLedControl copied to clipboard

Install fails with python3.9: RPI.GPIO only works with special flag

Open s00500 opened this issue 3 years ago • 1 comments

Do not remove fields, answer them, otherwise your bug will be reported as invalid and closed

How I did start SLC, with what arguments python main.py

Led device name ReSpeaker2

The bug Hi, I was installing this on the newest RaspberryPi OS, that ships with python 3.9, and the install step failed, as the native compile for RPI.GPIO package failed

Following this stack overflow issue I added CFLAGS=-fcommon to the pip install inside the VENV, that solved the problem just fine

https://askubuntu.com/questions/1290037/error-while-installing-rpi-gpio-as-error-command-errored-out-with-exit-status

Just wanted to report this here :-)

Debug output ...

To Reproduce Just install the version from the 3.0.0 Branch

s00500 avatar Jan 04 '22 09:01 s00500

Nice, thank you very much!

Psychokiller1888 avatar Jan 04 '22 09:01 Psychokiller1888