adafruit / Adafruit_CircuitPython_PyCamera

Library for the Adafruit PyCamera
https://docs.circuitpython.org/projects/pycamera
MIT License
17 stars 9 forks source link

Dependency Issue for adafruit_pycamera? Missing 'adafruit_lis3dh' #10

Closed OpticsBiker closed 11 months ago

OpticsBiker commented 11 months ago

I ran a circup install with the following screen output

(base) PS C:\Users\debl2> circup install adafruit_pycamera
Found device at H:\, running CircuitPython 9.0.0-alpha.6.
Searching for dependencies for: ['adafruit_pycamera']
WARNING:
        typing-extensions is not a known CircuitPython library.
Ready to install: ['adafruit_aw9523', 'adafruit_bus_device', 'adafruit_pycamera', 'adafruit_register']

Installed 'adafruit_aw9523'.
Installed 'adafruit_bus_device'.
Installed 'adafruit_pycamera'.
Installed 'adafruit_register'.
(base) PS C:\Users\debl2>

When I do an 'import adafruit_pycamera' from either the command line in mu Editor or from code containing the import I get the error output below:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "camTest.py", line 12, in <module>
  File "adafruit_pycamera/__init__.py", line 16, in <module>
ImportError: no module named 'adafruit_lis3dh
dhalbert commented 11 months ago

This has been fixed by #8 but is not yet in a release.

OpticsBiker commented 11 months ago

Do I manually install?

David Lees From Pixel 6 Pro

On Tue, Dec 19, 2023, 3:28 PM Dan Halbert @.***> wrote:

Closed #10 https://github.com/adafruit/Adafruit_CircuitPython_PyCamera/issues/10 as completed.

— Reply to this email directly, view it on GitHub https://github.com/adafruit/Adafruit_CircuitPython_PyCamera/issues/10#event-11294447671, or unsubscribe https://github.com/notifications/unsubscribe-auth/APB73HSPKK5ZQWEKO4VVB33YKH2FXAVCNFSM6AAAAABA3YAS6GVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJRGI4TINBUG43DOMI . You are receiving this because you authored the thread.Message ID: <adafruit/Adafruit_CircuitPython_PyCamera/issue/10/issue_event/11294447671 @github.com>

caternuson commented 11 months ago

Manually installing is always an option: https://learn.adafruit.com/welcome-to-circuitpython/circuitpython-libraries

circup is just a convenience tool to automate the process

dhalbert commented 11 months ago

Do I manually install?

@OpticsBiker You can install the latest release: https://github.com/adafruit/Adafruit_CircuitPython_PyCamera/releases/tag/0.0.5 manually. It will appear in the bundle overnight.