Skip to content

Dependency Issue for adafruit_pycamera? Missing 'adafruit_lis3dh' #10

Closed
@OpticsBiker

Description

@OpticsBiker

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions