Can I ask you for a bit more troubleshooting?
If you do cd /home/pi/Desktop/GrovePi/Script/multi_grovepi_installer/ ls
do the files grovepi3.py, grovepi4.py, etc show up?
Are you able to do import grovepi3
in python or is the issue just with grovepi?
Are you using Python3 or Python2 ? If you’re using Python3 that would be an easy explanation. I don’t think it’s supported right now (as a multi-grovepi system)
If you’re using Python2 , can you do: cd /home/pi/Desktop/GrovePi/Script/multi_grovepi_installer/ sudo python setup3.py install sudo python setup4.py install sudo python setup5.py install sudo python setup6.py install
Can you try this? sudo python3 setup3.py install sudo python3 setup4.py install sudo python3 setup5.py install sudo python3 setup6.py install
I’m sorry, we’re currently in the process of implementing Python3 support. The above will make the libraries available to you from within python3 but I have no idea if they’ll actually work or not. In the short term, Python2 is your best bet. But python3 is coming!
hello
Has used the command now now the pi can no longer control in python 3
With import grovepi3 not with grovepi not.
Before I installed their lines went import grovepi. But now no more
What am I supposed to do now
@soenke21,
Can you give a few more details about the problems you are having with I2C. Can you also post some screenshots of the errors that you get if there are any.