Getting this error. Installed with the following commands:
git clone
cd RPIO
sudo python3 setup.py install
python3
import RPIO
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python3.4/dist-packages/RPIO-0.10.1-py3.4-linux-armv7l.egg/RPIO/init.py", line 115, in
import RPIO._GPIO as _GPIO
SystemError: This module can only be run on a Raspberry Pi!