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
Tried to run output.py and generated error: No module named 'gpiod'
googled and installed: sudo pip3 install smbus
same error: No module named 'gpiod'
googled more and installed: sudo apt install libgpiod-dev python3-libgpiod different error: No module named 'gpiodevice'
googled more and installed: sudo pip3 install ST7735
same error: No module named 'gpiodevice'
Any suggestions? I've searched throughly.
The text was updated successfully, but these errors were encountered:
Using PiZeroW (I know, old but what I had..)
Used following guide to install nodejs on PiZeroW:
https://hassancorrigan.com/blog/install-nodejs-on-a-raspberry-pi-zero/
Installed Pimoroni software as documented on their site.
Enabled I2C via sudo raspi-config
Tried to run output.py and generated error: No module named 'gpiod'
googled and installed: sudo pip3 install smbus
Any suggestions? I've searched throughly.
The text was updated successfully, but these errors were encountered: