JimM Posted Nov 29, 2020:
Following the Sensor Tutorial, having problem configuring a rPi 4. The I2C configuration went fine (notecarrier shows up properly as 0x17). However, step 2 of the Grove Python Libraries install fails (>curl -sL https://github.com/Seeed-Studio/grove.py/raw/master/install.sh | sudo bash -s -). After about 99% completion, terminal output:
.....
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: rpi-ws281x in /usr/local/lib/python2.7/dist-packages (4.2.5)
main: line 107: pip3: command not found
main: line 108: pip3: command not found
main: line 107: pip3: command not found
main: line 108: pip3: command not found
main: line 107: pip3: command not found
main: line 108: pip3: command not found
-------------------------------------------------------
Grove.py installation FAILED, FAILED, FAILED
-------------------------------------------------------