Hi
I have a board with ad9361 and zynq(petalinux):
when I working with pyadi-iio in python3.10 I got this error:
>>> import adi
>>>
>>> sdr = adi.ad9361(uri="ip:localhost")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.10/site-packages/adi/rx_tx.py", line 734, in __init__
rx_def.__init__(self, *args, **kwargs)
File "/usr/lib/python3.10/site-packages/adi/rx_tx.py", line 658, in __init__
raise Exception(
Exception: No device found with name cf-ad9361-lpc
--------------------------------------------------------------
while cat /sys/bus/iio/devices/iio\:device*/name give:
ad7291
ad9361-phy
xadc
cf-ad9361-dds-core-lpc
--------------------------------------------------------------
and pip3 list give this output:
Package Version
---------- --------------
gpg 1.18.0-unknown
iniparse 0.5
numpy 1.23.3
pip 22.2.2
pyadi-iio 0.0.18
pylibiio 0.25
setuptools 65.0.2
six 1.16.0
pyadi-iio issues
[edited by: tomhal at 7:39 PM (GMT -5) on 10 Nov 2024]