I'm using the Luckfox pico ultra W Running Uuntu.
When I tried to run the gpio.py example I got:
ModuleNotFoundError: No module named "periphery"
I ran:
pip3 install python-periphery
Now I get this:
How should I resolve this?
error using python periphery library
pico users do not have sufficient permissions to export GPIO pins. Using sudo python3 gpio. py
If the root user does not have the periphery module, the solution is to install it globally. sudo apt update,sudo apt install python3-periphery