You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd ~
git clone --branch v0.23 https://github.com/analogdevicesinc/libiio.git
cd libiio
mkdir build
...
how about just download and install from .deb package, e.g. from libiio-0.26.ga0eca0d-Linux-Ubuntu-22.04.deb
Welp the reasoning there is to lock down the version (regardless of which OS the person is on) to guarantee it works, a while ago we had issues with it working, although maybe the latest versions have been more stable. Doing just a pip install means ADI could potentially make an update that breaks stuff, and then doing the deb install would still require downloading the specific deb version.
cd ~
git clone --branch v0.23 https://github.com/analogdevicesinc/libiio.git
cd libiio
mkdir build
...
how about just download and install from .deb package, e.g. from libiio-0.26.ga0eca0d-Linux-Ubuntu-22.04.deb
cd ~
git clone --branch v0.0.14 https://github.com/analogdevicesinc/pyadi-iio.git
cd pyadi-iio
pip3 install --upgrade pip
....
how about just pip install pyadi-iio
The text was updated successfully, but these errors were encountered: