Thomas Buck
Thomas Buck
Me too! (hi @davegurnell 👋 ) Workaround I've successfully used: `pip install mapboxcli` And then edit `/opt/homebrew/lib/python3.11/site-packages/mapbox/utils.py` changing: `from collections import Mapping, Sequence` to `from collections.abc import Mapping, Sequence`
Check that you've copied the URL in the email, and not the href value, i.e. what you get when you right-click on a link and select "Copy Link." If the...
Taking my first baby steps with microcontrollers and this camera - please take anything I say with a large grain of salt :) Plugging into my Pico W, I've just...
Hello! Ahhhh that makes sense - I was struggling to figure out what was going wrong where, thanks for signposting it :) Is there anything I can do on that...