RX LO 2000000000
Traceback (most recent call last):
File "pluto.py", line 66, in <module>
sdr.tx(iq)
File "/usr/local/lib/python3.8/dist-packages/pyadi_iio-0.0.9-py3.8.egg/adi/rx_tx.py", line 396, in tx
File "/usr/local/lib/python3.8/dist-packages/pyadi_iio-0.0.9-py3.8.egg/adi/rx_tx.py", line 331, in _tx_init_channels
File "/usr/local/lib/python3.8/dist-packages/iio.py", line 1013, in __init__
self._ctx = device.ctx()
TypeError: 'Context' object is not callable
Using Python3 on Ubuntu 20 LTS
There is a known issue with the python bindings from libiio.
Can you try downgrading pylibiio first by running:
sudo pip3 install pylibiio==0.21.0 --no-binary :all:
-Travis
Hi,
raise OSError(err, _strerror(err))
OSError: [Errno 16] Device or resource busy
coming up this error...
Hi,
raise OSError(err, _strerror(err))
OSError: [Errno 16] Device or resource busy
coming up this error...