LoRaRF-Python icon indicating copy to clipboard operation
LoRaRF-Python copied to clipboard

ModuleNotFoundError: No module named 'gpiod.line'; 'gpiod' is not a package

Open Praveenraj725 opened this issue 9 months ago • 2 comments
trafficstars

i am trying to run the example sx1278 receiver.py but i get this error:

iot@raspberrypi:~/test2/LoRaRF-Python/examples/SX127x $ sudo python3 receiver.py Traceback (most recent call last): File "/home/iot/test2/LoRaRF-Python/examples/SX127x/receiver.py", line 4, in from LoRaRF import SX127x, LoRaSpi, LoRaGpio File "/home/iot/test2/LoRaRF-Python/LoRaRF/init.py", line 2, in from .base import LoRaSpi, LoRaGpio File "/home/iot/test2/LoRaRF-Python/LoRaRF/base.py", line 3, in from gpiod.line import Direction, Value, Edge ModuleNotFoundError: No module named 'gpiod.line'; 'gpiod' is not a package

Praveenraj725 avatar Jan 30 '25 08:01 Praveenraj725