libiio Python Bindings

Python bindings for the Industrial I/O interface library.

Installation

The libiio python bindings can be installed from pip

(sudo) pip install pylibiio

or by grabbing the source directly

git clone https://github.com/analogdevicesinc/libiio.git
cd bindings/python
(sudo) python3 setup.py install

Note

On Linux the libiio python bindings are sometimes installed in locations not on path. On Ubuntu this is a common fix

export PYTHONPATH=$PYTHONPATH:/usr/lib/python{python-version}/site-packages

Components

Indices and tables