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
How did you install the metawear package?
Please follow the install steps on our tutorials: www.mbientlab.com/tutorials
Seems you are missing files or something is wrong in your install.
I pip3 installed metawear
Somehow, uninstalling and reinstalling again seemed to have fixed the problem. Thanks for the help
@peejaay,
Awesome, thanks for the update.