Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Problem running RPIO on Raspberry Pi 4 #125

Open
Tim8Trudeau opened this issue Jun 16, 2021 · 2 comments
Open

Problem running RPIO on Raspberry Pi 4 #125

Tim8Trudeau opened this issue Jun 16, 2021 · 2 comments

Comments

@Tim8Trudeau
Copy link

I am seeing a "SystemError: This module can only be run on a Raspberry Pi!" I am running RPIO on a Raspberry Pi 4 under Python 3.7.3.
Logged into the Pi via SSH from a windows 10 machine.

Here is the traceback from import RPIO.

pi@raspberrypi:~ $ sudo rpio --version
Traceback (most recent call last):
  File "/usr/local/bin/rpio", line 345, in <module>
    main()
  File "/usr/local/bin/rpio", line 147, in main
    import RPIO
  File "/usr/local/lib/python3.7/dist-packages/RPIO/__init__.py", line 115, in <module>
    import RPIO._GPIO as _GPIO
SystemError: This module can only be run on a Raspberry Pi!

The OS is buster

pi@raspberrypi:~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian

Is there a work around? Please respond to [email protected]

@kevinvugts
Copy link

Hi @Tim8Trudeau,

Were you able to find a work around?
I am having the same issue.

The author @metachris of this library doesn't seem to be very responsive

@Tim8Trudeau
Copy link
Author

Tim8Trudeau commented Aug 4, 2021 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants