I purchased a BrickPi3 Classroom Kit in March of 2018. I am setting them up with Raspbian for Robots. They are all working fine except one of them. When I attempt to run my Python code I get this error:
Traceback (most recent call last):
File “ps4-map.py”, line 19, in
BP = brickpi3.BrickPi3()
File “build/bdist.linux-armv7l/egg/brickpi3.py”, line 295, in init
File “build/bdist.linux-armv7l/egg/brickpi3.py”, line 411, in get_manufacturer
The line causing the error is:
BP = brickpi3.BrickPi3()
Any ideas?