Post Go back to editing

Installing libadrv9002-iio Python bindings on Ubuntu 22.04

Category: Software
Product Number: ADRV9002
Software Version: libadrv9002-iio v68.10.1 (v0.25)

I am attempting to install the Python bindings for libadrv9002-iio v68.10.1 (v0.25.)

From the install page, I have downloaded adrv9002-0.2.0-cp310-cp310-linux_x86_64_iio_support_ubuntu_22_04.whl.

I received the following error message when attempting an installation:

$ pip install adrv9002-0.2.0-cp310-cp310-linu
x_x86_64_iio_support_ubuntu_22_04.whl
Defaulting to user installation because normal site-packages is not writeable
ERROR: adrv9002-0.2.0-cp310-cp310-linux_x86_64_iio_support_ubuntu_22_04.whl is
not a supported wheel on this platform.

Some info:

$ uname -srvmo   
Linux 6.5.0-45-generic #45~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Jul 15 16:40
:02 UTC 2 x86_64 GNU/Linux


$ python3 --version
Python 3.10.12

My compatible tags (found by python3 -m pip debug --verbose) are here: https://pastebin.com/UXdfETG6

I am unsure how to resolve?

Thread Notes