Home Weather Display No Module

Hello!

I’ve been following the directions here: https://www.dexterindustries.com/projects/home-weather-display/

When I attempt to execute the python program, I am hit with the following:

Traceback (Most Recent Call Last): File “Home_Weather_Display.py”, line 40, in from grovepi import * Import Error: no module named grovepi

I’ve tried other python scripts to test the connectivity of the grove pi, specifically grove_led_blink.py and that worked. Any ideas?

Thanks

Hi @stephen.jablonski,

Well, it looks like the GrovePi is not installed on your image. Can you tell us if you’re running a fresh Rasbian or basically another image that’s not Raspbian For Robots?

Anyway, in order to have the grovepi package installed, please run the following command:

curl -kL dexterindustries.com/update_grovepi | bash

Thank you!