MetaHub data-fuser.py not working

Hi. I am trying to test out the data-fuser.py example on the metaHub directly

However when i try to run the thing it gives out the error:

python data-fuser.py EB:0C:F9:D3:86:77
error 1535524758.277357: Error on line: 296 (src/blestatemachine.cc): Operation now in progress
Connected to EB:0C:F9:D3:86:77
Configuring EB:0C:F9:D3:86:77
Traceback (most recent call last):
File "data-fuser.py", line 58, in
s.setup()
File "data-fuser.py", line 37, in setup
libmetawear.mbl_mw_dataprocessor_fuser_create(acc, signals, 1, None, fn_wrapper)
File "/usr/lib/python2.7/ctypes/init.py", line 375, in getattr
func = self.getitem(name)
File "/usr/lib/python2.7/ctypes/init.py", line 380, in getitem
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: /home/pi/.local/lib/python2.7/site-packages/mbientlab/metawear/libmetawear.so: undefined symbol: mbl_mw_dataprocessor_fuser_create

My Python Version on the MetaHub is 2.7.13 and is the one which comes by default.

Comments

Sign In or Register to comment.