-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memento Camera Project Bundle not including library dependencies #112
Comments
@TheKitty I'm not git savvy enough to know how to troubleshoot this. |
I suspect that's because the pycamera library fails to declare its dependencies. Transferred. I'll look into it tomorrow; I know how to troubleshoot & test. |
however, this looks fine ... https://github.com/adafruit/Adafruit_CircuitPython_PyCamera/blob/main/requirements.txt |
bundle json has the following which also looks right:
however this seems not to cause bundlefly or the screenshot maker to actually include these dependencies. Is it that these things should be in dependencies[] instead of external_dependencies[]? or something else. |
hihi- i heard about this and did some testing and i don't think it's a pycamera issue- seems to be a bundle fly issue. i went to this guide: https://learn.adafruit.com/disconnected-co2-data-logger/coding-the-disconnected-co2-data-logger and when i downloaded the bundle it only had the rtc and scd40 libraries, no bus device or register. i went to the scd40 product guide and experienced the same behavior and the screenshot generated also only showed the device library, not the dependencies: https://learn.adafruit.com/adafruit-scd-40-and-scd-41/python-circuitpython#circuitpython-usage-3101400 |
Based on @BlitzCityDIY's comment and my own research, it seems this is a problem in circuitpython-build-tools. Most likely I introduced it in #110. The fallout is that dependencies became listed in `e |
When testing the download project bundle from the fancy camera (https://learn.adafruit.com/adafruit-memento-camera-board/fancy-camera ) page on the memento learn guide, the zip file does not include all of the necessary libraries, only the adafruit_pycamera library is added.
The text was updated successfully, but these errors were encountered: