Skip to content

ImportError: no module named 'ustruct' #1

Closed
@siddacious

Description

@siddacious

It appears that the updates mentioned in CP issue #205 (Refine ustruct into struct in shared-bindings and shared-module) didn't make their way here. We should patch this library to include the same changes because as of 3.0.0-alpha.1-190-g3642fcb this library generates an ImportError:

>>> import board
>>> import busio
>>> import adafruit_mpl3115a2
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "adafruit_mpl3115a2.py", line 34, in <module>
ImportError: no module named 'ustruct'

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