I can’t seem to get access to my GoPiGo through python - I get the following error:
pi@raspberrypi:~ $ python
Python 2.7.13 (default, Sep 26 2018, 18:42:22)
[GCC 6.3.0 20170516] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from easygopigo3 import EasyGoPiGo3
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "build/bdist.linux-armv7l/egg/easygopigo3.py", line 13, in <module>
File "build/bdist.linux-armv7l/egg/easysensors.py", line 5, in <module>
File "build/bdist.linux-armv7l/egg/gopigo3.py", line 30, in <module>
IOError: [Errno 2] No such file or directory
>>>
What am I missing? I tried manually installing using:
$ cd ~/Dexter/GoPiGo3/Software/Python
$ sudo python ./setup.py install
And also, if you did this on a pure Rasbian and you just had run the install command, then you’ll have to reboot the Raspberry Pi to take into effect the installation.