r4v3r23
Posts: 24
Joined: Thu Jan 23, 2020 2:40 pm

RPi.GPIO on Manjaro

Wed Apr 08, 2020 6:50 pm

Im having an issue installing RPi.GPIO on Manjaro.

'sudo pip install RPi.GPIO' leads to errors and installing the pacman version doesnt do anything.

User avatar
DougieLawson
Posts: 38883
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: RPi.GPIO on Manjaro

Wed Apr 08, 2020 7:00 pm

You are much more likely to get a response by posting on https://forum.manjaro.org/

RPi.GPIO works perfectly on my Raspbian systems.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

r4v3r23
Posts: 24
Joined: Thu Jan 23, 2020 2:40 pm

Re: RPi.GPIO on Manjaro

Wed Apr 08, 2020 7:10 pm

solution:

sudo pacman -S python-pip
pacman -S python python-pip base-devel
pip install RPi.GPIO

Return to “Arch”