You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: