python led.py
Traceback (most recent call last):
File "led.py", line 7, in <module>
from BreakfastSerial import Led, Arduino
File "/Users/.../anaconda/lib/python3.6/site-packages/BreakfastSerial/__init__.py", line 5, in <module>
from components import *
ModuleNotFoundError: No module named 'components'
I am getting the following error when I try to compile the file:
Any idea what the problem is?