Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing PlutoSDR driver ... #53

Open
OH1GIU-P opened this issue Oct 27, 2024 · 1 comment
Open

Installing PlutoSDR driver ... #53

OH1GIU-P opened this issue Oct 27, 2024 · 1 comment

Comments

@OH1GIU-P
Copy link

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

@777arc
Copy link
Owner

777arc commented Oct 28, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants