For other users who experience this but don’t have internet:
-
Download this zip file locally.
-
Connect to your Pioreactor cluster’s network. On your command line, we’ll upload this zip file to your leader. For my Mac computer, uploading to my leader
leader.local, this looks like:scp ~/Downloads/wheels_24.5.31.zip pioreactor@leader.local:~/ -
SSH into your leader,
ssh pioreactor@leader.localyou should see this zip file if you do an
ls. -
unzip the zip file to a folder:
unzip wheels_24.5.31.zip -d wheels/ -
And install everything you need:
sudo pip install --no-index --find-links=wheels/ rpi-hardware-pwm plotext TMP1075 DAC43608 adafruit-circuitpython-ads1x15 -
Restart the Pioreactor