GrovePi icon indicating copy to clipboard operation
GrovePi copied to clipboard

di_i2c module missing ?

Open rbuelund opened this issue 3 years ago • 0 comments

I have used this to install the GrovePi: curl -kL dexterindustries.com/update_grovepi | bash

But when i run a python script that contains: from grovepi import *

I get this error: ModuleNotFoundError: No module named 'di_i2c'

This is happening both on RPi 3 and 4 ??

rbuelund avatar Nov 28 '22 07:11 rbuelund