OpenSprinkler › Forums › Hardware Questions › OpenSprinkler Pi (OSPi) › How To: Push notifications for OpenSprinkler › Reply To: How To: Push notifications for OpenSprinkler
June 30, 2015 at 1:47 pm
#38849
joe
Participant
Yeah, getting close. I modified per the instructions and I am getting this error:
sudo python ospi_push_notifications.py
Traceback (most recent call last):
File “ospi_push_notifications.py”, line 14, in <module>
import urllib2, json, requests
ImportError: No module named requests
Sooo I did this
sudo apt-get update
sudo apt-get install python-requests