No module named .cbindings

>>> from mbientlab.metawear import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "MetaWear-SDK-Python/mbientlab/metawear/__init__.py", line 1, in <module>
    from .cbindings import *
ModuleNotFoundError: No module named 'mbientlab.metawear.cbindings'

Is there a way to install the module .cbindings?

Comments

Sign In or Register to comment.