Using metawear on raspberry pi5 64bits

Hello,
I use metawear for a long time on raspberry pi3 with 32bts to read data from your sensors and all is ok
Now I'd like using raspberry pi 5 64bts but I can't .
I have to use : sudo pip3 install metawear --break-system-packages , to install metawear
But when I try to execut this example "sudo python3 led.py"

I have OSError :

%Run led.py

Traceback (most recent call last):
File "/home/mpv/MetaWear-SDK-Python/examples/led.py", line 3, in
from mbientlab.metawear import MetaWear, libmetawear
File "/usr/local/lib/python3.11/dist-packages/mbientlab/metawear/init.py", line 14, in
libmetawear= CDLL(_so_path)
File "/usr/lib/python3.11/ctypes/init.py", line 376, in init
self._handle = _dlopen(self._name, mode)

OSError: /usr/local/lib/python3.11/dist-packages/mbientlab/metawear/libmetawear.so: wrong ELF class: ELFCLASS32

I think the probleme comes about ELFCLASS32 but I don't see where I can to change it.

I need help to know if that is possible and if someone can tell the way

Thank you.

Sign In or Register to comment.