Leader only image bug - HardwarePWM not found

Hi @sharknaro,

hm, not sure why this started with the most recent update. Are you connected to the internet? If so, here’s an fix:

sudo pip install rpi-hardware-pwm

If you don’t have internet, I can provide instructions to upload the file to fix. Are you blocked by this bug?


There might be other import bugs even after this one is resolved. Generally, you can “solve” this by installing the missing libraries: pioreactor/setup.py at master · Pioreactor/pioreactor · GitHub

Ex:

sudo pip install adafruit-circuitpython-ads1x15==2.2.23
sudo pip install DAC43608==0.2.7

and so on

1 Like