When building pico-blink for the first time, it produces the following error.
ModuleNotFoundError: No module named 'macholib'
After looking through the project I found the requirements.txt file and ran the following to fix the issue.
pip3 install -r ../Tools/requirements.txt