Package Details: python-rpi-gpio 0.7.1-3

Git Clone URL: https://aur.archlinux.org/python-rpi-gpio.git (read-only, click to copy)
Package Base: python-rpi-gpio
Description: A Python module to control the GPIO on a Raspberry Pi
Upstream URL: http://sourceforge.net/projects/raspberry-gpio-python
Licenses: MIT
Submitter: rern
Maintainer: rern
Last Packager: rern
Votes: 2
Popularity: 0.000000
First Submitted: 2022-01-11 09:58 (UTC)
Last Updated: 2025-01-10 00:45 (UTC)

Latest Comments

salfter commented on 2024-11-19 23:39 (UTC)

Tried bringing this into a fresh Arch install on a Raspberry Pi 3...whether running as a normal user or as root, I get this:

>>> import RPi.GPIO
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.12/site-packages/RPi/GPIO/__init__.py", line 23, in <module>
    from RPi._GPIO import *
RuntimeError: This module can only be run on a Raspberry Pi!
>>> 

Perfi commented on 2022-05-15 10:43 (UTC)

https://github.com/rern/rern.github.io/releases/ doesn't seem to contain the package in question anymore.