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
{{ message }}
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
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!
I dropped RPIO in favor of RPi.GPIO.
Sent from Mail for Windows 10
From: Kevin Vugts
Sent: Friday, July 30, 2021 11:46 AM
To: metachris/RPIO
Cc: Tim Trudeau; Mention
Subject: Re: [metachris/RPIO] Problem running RPIO on Raspberry Pi 4 (#125)
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
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The OS is buster
Is there a work around? Please respond to [email protected]
The text was updated successfully, but these errors were encountered: