Hi I’m a very beginner.
Today I installed Brickpi3 software into my raspberrypi from this code.
curl -kL dexterindustries.com/update_brickpi3 | bash
and then I reboot.
After this, I tried to run Example codes in ~/Dexter/BrickPi3/Software/Python/Examples
But I got this error message.
Traceback (most recent call last):
File "EV3-Color_Sensor_Color.py", line 20, in <module>
import brickpi3 # import the BrickPi3 drivers
File "build/bdist.linux-armv7l/egg/brickpi3.py", line 21, in <module>
IOError: [Errno 2] No such file or directory
Please help me…