Hey, I found that for whatever reason installing RPI.GPIO from apt-get (which is what install_packages does) results in the problem you are experiencing. If you remove python3-rpi.gpio
and python-rpi.gpio
from the install list, and then install it with pip then it works.
1 Like