Hello together, trying to get GrovePi running but so far stuck with following error. There were similar threats but i couldn`t make progress so far. Any help would be much appreciated.
RaspberryPi 4b
GrovePi+ (light is on)
Sensor: Infrared_reflective_sensor
Installed: Python3, Version 3.8.10
Installed: curl -kL dexterindustries.com/update_grovepi | bash -s – --user-local --bypass-gui-installation
Error: ModuleNotFoundError: No module named ‘di_i2c’
Goal: Make the sensor running
Command: sudo python grove_infrared_reflective_sensor.py
Gives me following Error:
pi@rene-rasp1:~/Dexter/GrovePi/Software/Python$ sudo python3 grove_infrared_reflective_sensor.py
Traceback (most recent call last):
File “grove_infrared_reflective_sensor.py”, line 47, in
import grovepi
File “/home/pi/Dexter/GrovePi/Software/Python/grovepi.py”, line 54, in
import di_i2c
ModuleNotFoundError: No module named ‘di_i2c’
Hi there, so i am running the OS you were posting, see below. It is far off the marketed plug and play. I still i get the same error message:
Traceback (most recent call last):
File “grove_infrared_reflective_sensor.py”, line 47, in
import grovepi
File “/home/pi/Dexter/GrovePi/Software/Python/grovepi.py”, line 54, in
import di_i2c
ModuleNotFoundError: No module named ‘di_i2c’
See here also: PRETTY_NAME=“Raspbian GNU/Linux 10 (buster)”
NAME=“Raspbian GNU/Linux”
VERSION_ID=“10”
VERSION=“10 (buster)”
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
it worked, thanks very much, it safed my day. After i spent a whole day trying to bring it online.
I would like to understand what the issue was. i think i tried this command before, so not really sure why suddenly it works.