analogdevicesinc / pyadi-iio

Python interfaces for ADI hardware with IIO drivers (aka peyote)
https://analogdevicesinc.github.io/pyadi-iio
Other
134 stars 99 forks source link

Installing on Raspberry PI failed. #491

Closed LepusMaximus closed 8 months ago

LepusMaximus commented 8 months ago

Hello, I tried to install pyadi-iio on a Raspberry PI. I build Libiio with python bindings and installed pyadi-iio (Python3.9).

When i try to import adi i get:

AttributeError: /lib/arm-linu-gnueabihf/libiio.so.1: undefined symbol: iio_get_backends_count

I do not know how to resolve this. Could anybody help to resolve this?

tfcollins commented 8 months ago

See here https://github.com/analogdevicesinc/pyadi-iio/issues/486