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
With latest iteration of Debian on Raspberry Pi 4 - Buster, you need to unistall library. Default installation after satisfying the README.md requirements returns:
# python lightning_web.py
Traceback (most recent call last):
File "lightning_web.py", line 5, in <module>
import RPi.GPIO as GPIO
Proceed to:
# pip uninstall RPi.GPIO
Uninstalling RPi.GPIO-0.5.11:
Would remove:
/usr/local/lib/python2.7/dist-packages/RPi.GPIO-0.5.11.dist-info/*
/usr/local/lib/python2.7/dist-packages/RPi/*
Proceed (y/n)? y
Successfully uninstalled RPi.GPIO-0.5.11
which gives us:
# pip install RPi.GPIO
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: RPi.GPIO in /usr/lib/python2.7/dist-packages (0.7.0)
With latest iteration of Debian on Raspberry Pi 4 - Buster, you need to unistall library. Default installation after satisfying the README.md requirements returns:
Proceed to:
which gives us:
and finally:
The text was updated successfully, but these errors were encountered: