Hi,
Im trying to import the grovepi libary in python but when I run the script I allways get this error.
Traceback (most recent call last):
File “/home/pi/mys/test.py”, line 2, in
import grovepi
File “”, line 259, in load_module
File “/usr/local/lib/python3.9/dist-packages/grovepi-1.4.1-py3.9.egg/grovepi.py”, line 54, in
ModuleNotFoundError: No module named ‘di_i2c’
I installed the the grovepi libary like in Getting Started - GrovePi Documentation described.
Any Ideas on how to fix this?