aiy_vision_web_server
aiy_vision_web_server copied to clipboard
Error message
I tried running python3 server.py but I get this error message:
Traceback (most recent call last):
File "server.py", line 26, in
In server.py remove these lines:
from aiy.leds import Leds
from aiy.leds import PrivacyLed
and add this line
from aiy.vision.leds import Leds,PrivacyLed