adafruit/Adafruit_CircuitPython_Bundle

adafruit_imageload is not in the bundle

romilly opened this issue · 2 comments

Docs imply that adafruit_imageload is in the bundle, and it is needed for some demos, but it is not in the bundle.
Workaround is to copy the package from https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad

I think it is in the bundle. I downloaded the current bundle and I do see it inside of the zip:
image

Also it is listed as a submodule directory on this page: https://github.com/adafruit/Adafruit_CircuitPython_Bundle/tree/main/libraries/helpers

What are you seeing that is making it seem like it's missing?

Just downloaded the zip, and it's there. I was mistakenly using the version inside the PyPortalUserInterface bundle, which doesn't have it.