Hi,
I have already pip install twitter like you suggested however now i encounter another problem.
root@GroveNoise:~/GrovePi/Projects/Sensor Twitter Feed# python wifi_twit.py
Traceback (most recent call last):
File “wifi_twit.py”, line 12, in <module>
import grovepi
File “/usr/local/lib/python2.7/dist-packages/grovepi-0.0.0-py2.7.egg/grovepi.py”, line 24, in <module>
bus = smbus.SMBus(0)
IOError: [Errno 2] No such file or directory
I have done apt-get update and upgrade.
Another issue that i faced was with the firmware update, i tried once it was fine but the second time it was giving me error such asroot@GroveNoise:~/GrovePi/Firmware# ./firmware_update.sh
Updating the GrovePi firmware
Do you want to update the firmware? [y,n]y
Make sure that GrovePi is connected to Raspberry Pi./firmware_update.sh: line 12: [: ./grove_pi_firmware.hex: unary operator expected
Firmware not found
Check if firmware is there or run again
Press any key to exit
Please help guide me in solving this issue